File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,15 @@ gradlePlugin {
3838apply plugin : ' maven-publish'
3939apply plugin : ' groovy'
4040
41- sourceCompatibility = ' 1.8'
42- targetCompatibility = ' 1.8'
43-
41+ java {
42+ sourceCompatibility = JavaVersion . VERSION_1_8
43+ targetCompatibility = JavaVersion . VERSION_1_8
44+ }
4445
4546dependencies {
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+
4850 implementation group : ' commons-io' , name : ' commons-io' , version : ' 2.6'
4951
5052 testImplementation ' junit:junit:4.12'
Original file line number Diff line number Diff line change 11plugins {
2- id ' io.spring.dependency-management' version " 1.0.4.RELEASE "
2+ id ' io.spring.dependency-management' version " 1.1.5 "
33 id ' org.scoverage'
44}
55
Original file line number Diff line number Diff line change 11plugins {
2- id ' io.spring.dependency-management' version " 1.0.4.RELEASE "
2+ id ' io.spring.dependency-management' version " 1.1.5 "
33 id ' org.scoverage'
44}
55
Original file line number Diff line number Diff line change 11plugins {
2- id ' io.spring.dependency-management' version " 1.0.4.RELEASE "
2+ id ' io.spring.dependency-management' version " 1.1.5 "
33 id ' org.scoverage'
44 id ' jvm-test-suite'
55}
You can’t perform that action at this time.
0 commit comments