Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sheteng
com.ccwangluo.accelerator
Commits
fa96067e
Commit
fa96067e
authored
Nov 09, 2018
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prevent JVM forking
parent
5555e2a3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
.circleci/config.yml
.circleci/config.yml
+1
-1
gradle.properties
gradle.properties
+0
-1
No files found.
.circleci/config.yml
View file @
fa96067e
...
@@ -6,7 +6,7 @@ jobs:
...
@@ -6,7 +6,7 @@ jobs:
-
image
:
shadowsocks/shadowsocks-android:circleci
-
image
:
shadowsocks/shadowsocks-android:circleci
environment
:
environment
:
JVM_OPTS
:
-Xmx3.5g
JVM_OPTS
:
-Xmx3.5g
GRADLE_OPTS
:
-Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy="in-process"
GRADLE_OPTS
:
-Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy="in-process"
-Dandroid.enableAapt2=false
steps
:
steps
:
-
checkout
-
checkout
-
run
:
git submodule update --init --recursive
-
run
:
git submodule update --init --recursive
...
...
gradle.properties
View file @
fa96067e
...
@@ -11,7 +11,6 @@
...
@@ -11,7 +11,6 @@
# The setting is particularly useful for tweaking memory settings.
# The setting is particularly useful for tweaking memory settings.
android.enableJetifier
=
true
android.enableJetifier
=
true
android.useAndroidX
=
true
android.useAndroidX
=
true
org.gradle.jvmargs
=
-Xmx2g
# When configured, Gradle will run in incubating parallel mode.
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# This option should only be used with decoupled projects. More details, visit
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment