File tree 4 files changed +10
-8
lines changed
src/functionalTest/resources/projects
detect-scala-library/dependency-management
scala-single-module-dependency-manager
scala-single-module-multiple-test-tasks
4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,15 @@ gradlePlugin {
38
38
apply plugin : ' maven-publish'
39
39
apply plugin : ' groovy'
40
40
41
- sourceCompatibility = ' 1.8'
42
- targetCompatibility = ' 1.8'
43
-
41
+ java {
42
+ sourceCompatibility = JavaVersion . VERSION_1_8
43
+ targetCompatibility = JavaVersion . VERSION_1_8
44
+ }
44
45
45
46
dependencies {
46
- compileOnly " org.scoverage:scalac-scoverage-plugin_2.13.8:2.0.7"
47
- compileOnly " org.scoverage:scalac-scoverage-reporter_2.13:2.0.7"
47
+ compileOnly ' org.scoverage:scalac-scoverage-plugin_2.13.14:2.1.1'
48
+ compileOnly ' org.scoverage:scalac-scoverage-reporter_2.13:2.1.1'
49
+
48
50
implementation group : ' commons-io' , name : ' commons-io' , version : ' 2.6'
49
51
50
52
testImplementation ' junit:junit:4.12'
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' io.spring.dependency-management' version " 1.0.4.RELEASE "
2
+ id ' io.spring.dependency-management' version " 1.1.5 "
3
3
id ' org.scoverage'
4
4
}
5
5
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' io.spring.dependency-management' version " 1.0.4.RELEASE "
2
+ id ' io.spring.dependency-management' version " 1.1.5 "
3
3
id ' org.scoverage'
4
4
}
5
5
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' io.spring.dependency-management' version " 1.0.4.RELEASE "
2
+ id ' io.spring.dependency-management' version " 1.1.5 "
3
3
id ' org.scoverage'
4
4
id ' jvm-test-suite'
5
5
}
You can’t perform that action at this time.
0 commit comments