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.
|
||||
|
||||
plugins {
|
||||
id "com.github.johnrengelman.shadow"
|
||||
id "java"
|
||||
id 'com.github.johnrengelman.shadow' version '7.1.2'
|
||||
id 'java'
|
||||
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##*/}
|
||||
|
||||
# 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.
|
||||
MAX_FD=maximum
|
||||
|
Loading…
x
Reference in New Issue
Block a user