This repository was archived by the owner on Jan 27, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-16
lines changed
Expand file tree Collapse file tree 4 files changed +13
-16
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,6 @@ repositories {
3737 mavenCentral()
3838}
3939
40- kotlin {
41- jvmToolchain(depVersions[" javaMajor" ]!! .toInt())
42- }
43-
4440tasks.withType< org.jetbrains.kotlin.gradle.tasks.KotlinCompile > ().configureEach {
4541 kotlinOptions {
4642 allWarningsAsErrors = true
@@ -213,7 +209,7 @@ spotbugs {
213209tasks.withType< com.github.spotbugs.snom.SpotBugsTask > ().configureEach {
214210 reports.create(" html" ) {
215211 required.set(true )
216- outputLocation.set(file(" $buildDir /reports/${this @configureEach.name} .html" ))
212+ outputLocation.set(file(" ${layout.buildDirectory.get()} /reports/${this @configureEach.name} .html" ))
217213 setStylesheet(" fancy-hist.xsl" )
218214 }
219215}
@@ -229,7 +225,7 @@ tasks.jacocoTestReport {
229225
230226tasks.register(" cleanLeaveBuildDir" ) {
231227 doLast {
232- project.delete(files(" $buildDir /*" ))
228+ project.delete(files(" ${layout.buildDirectory.get()} /*" ))
233229 }
234230}
235231
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionSha256Sum =38f66cd6eef217b4c35855bb11ea4e9fbc53594ccccb5fb82dfd317ef8c2c5a3
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.2 -bin.zip
3+ distributionSha256Sum =9d926787066a081739e8200858338b4a69e837c3a821a33aca9db09dd4a41026
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
55networkTimeout =10000
66validateDistributionUrl =true
77zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments