Skip to content

Commit 9e6cfae

Browse files
author
bytekeeper
committed
Updated gradle and dependencies
1 parent 7ca09cc commit 9e6cfae

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
plugins {
22
java
33
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"
67
}
78

89
group = "org.bk"
@@ -22,10 +23,9 @@ dependencies {
2223
implementation(fileTree("lib").include("*.jar"))
2324
implementation("com.github.JasperGeurtz:JBWAPI:develop-SNAPSHOT")
2425

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")
2929
}
3030

3131
configure<JavaPluginConvention> {

gradle/wrapper/gradle-wrapper.jar

-436 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ APP_NAME="Gradle"
2828
APP_BASE_NAME=`basename "$0"`
2929

3030
# 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"'
3232

3333
# Use the maximum available, or set MAX_FD != -1 to use that value.
3434
MAX_FD="maximum"

gradlew.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set APP_BASE_NAME=%~n0
1414
set APP_HOME=%DIRNAME%
1515

1616
@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"
1818

1919
@rem Find java.exe
2020
if defined JAVA_HOME goto findJavaFromJavaHome

0 commit comments

Comments
 (0)