File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
java
3
3
id(" maven" )
4
- id(" me.champeau.gradle.jmh" ) version " 0.4.7"
5
- id(" org.sonarqube" ) version " 2.6"
4
+ id(" me.champeau.gradle.jmh" ) version " 0.4.8"
5
+ id(" org.sonarqube" ) version " 2.7"
6
+ id(" com.github.ben-manes.versions" ) version " 0.21.0"
6
7
}
7
8
8
9
group = " org.bk"
@@ -22,10 +23,9 @@ dependencies {
22
23
implementation(fileTree(" lib" ).include(" *.jar" ))
23
24
implementation(" com.github.JasperGeurtz:JBWAPI:develop-SNAPSHOT" )
24
25
25
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.3.1" )
26
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.3.1" )
27
- testImplementation(" org.assertj:assertj-core:3.11.1" )
28
- testImplementation(" io.jenetics:jenetics:4.3.0" )
26
+ testImplementation(" org.junit.jupiter:junit-jupiter:5.4.2" )
27
+ testImplementation(" org.assertj:assertj-core:3.12.2" )
28
+ testImplementation(" io.jenetics:jenetics:4.4.0" )
29
29
}
30
30
31
31
configure<JavaPluginConvention > {
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.0-bin .zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.3.1-all .zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ APP_NAME="Gradle"
28
28
APP_BASE_NAME=` basename " $0 " `
29
29
30
30
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
31
- DEFAULT_JVM_OPTS=" "
31
+ DEFAULT_JVM_OPTS=' "-Xmx64m" '
32
32
33
33
# Use the maximum available, or set MAX_FD != -1 to use that value.
34
34
MAX_FD=" maximum"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ set APP_BASE_NAME=%~n0
14
14
set APP_HOME = %DIRNAME%
15
15
16
16
@ rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
17
- set DEFAULT_JVM_OPTS =
17
+ set DEFAULT_JVM_OPTS = " -Xmx64m "
18
18
19
19
@ rem Find java.exe
20
20
if defined JAVA_HOME goto findJavaFromJavaHome
You can’t perform that action at this time.
0 commit comments