Minor build improvements
This commit is contained in:
parent
1f14382988
commit
1ea0f78750
@ -1,8 +1,8 @@
|
|||||||
//// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
//// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id "com.github.johnrengelman.shadow"
|
id 'com.github.johnrengelman.shadow' version '7.1.2'
|
||||||
id "java"
|
id 'java'
|
||||||
id 'checkstyle'
|
id 'checkstyle'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
5
gradlew
vendored
Normal file → Executable file
5
gradlew
vendored
Normal file → Executable file
@ -86,7 +86,10 @@ APP_NAME="Gradle"
|
|||||||
APP_BASE_NAME=${0##*/}
|
APP_BASE_NAME=${0##*/}
|
||||||
|
|
||||||
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
||||||
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
|
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m" "-XX:+UseZGC"'
|
||||||
|
|
||||||
|
# Dependency Caching
|
||||||
|
GRADLE_USER_HOME=~/.gradle
|
||||||
|
|
||||||
# Use the maximum available, or set MAX_FD != -1 to use that value.
|
# Use the maximum available, or set MAX_FD != -1 to use that value.
|
||||||
MAX_FD=maximum
|
MAX_FD=maximum
|
||||||
|
Loading…
x
Reference in New Issue
Block a user