File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ subprojects {
88 options.encoding = " UTF-8"
99 }
1010 getByName<JacocoReport >(" jacocoTestReport" ) {
11- dependsOn(project.tasks.findByPath (" test" ))
11+ dependsOn(project.tasks.named (" test" ))
1212 reports {
1313 xml.required.set(true )
1414 }
1515 }
1616 getByName<Test >(" test" ) {
17- finalizedBy(project.tasks.findByPath (" jacocoTestReport" ))
17+ finalizedBy(project.tasks.named (" jacocoTestReport" ))
1818 useJUnitPlatform()
1919 testLogging {
2020 events(" passed" , " skipped" , " failed" )
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments