This repository was archived by the owner on Jul 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ buildscript {
44 mavenCentral()
55 }
66 dependencies {
7- classpath ' com.github.jengelman.gradle.plugins:shadow:1.2.3 '
8- classpath ' info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.1.9 '
7+ classpath ' com.github.jengelman.gradle.plugins:shadow:4.0.2 '
8+ classpath ' info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.0 '
99 }
1010}
1111
1212allprojects {
1313 apply plugin : ' java'
1414
15- sourceCompatibility = 1.8
16- targetCompatibility = 1.8
15+ sourceCompatibility = 11
16+ targetCompatibility = 11
1717
1818 tasks. withType(JavaCompile ) {
1919 options. incremental = true
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818
1919// Define integration test task
2020task integrationTest (type : Test ) {
21- testClassesDir = sourceSets. integrationTest. output. classesDir
21+ testClassesDirs = sourceSets. integrationTest. output. classesDirs
2222 classpath = sourceSets. integrationTest. runtimeClasspath
2323}
2424
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-3.4 .1-bin.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.2 .1-bin.zip
You can’t perform that action at this time.
0 commit comments