Skip to content

Commit 35ce4ca

Browse files
committed
Remove remnants of Concourse build
1 parent 305ab51 commit 35ce4ca

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

settings.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ settings.gradle.projectsLoaded {
3535
value('Toolchain version', toolchainVersion)
3636
tag("JDK-$toolchainVersion")
3737
}
38-
def buildDir = settings.gradle.rootProject.getBuildDir()
39-
buildDir.mkdirs()
40-
new File(buildDir, "build-scan-uri.txt").text = "build scan not generated"
41-
buildScanPublished { scan ->
42-
buildDir.mkdirs()
43-
new File(buildDir, "build-scan-uri.txt").text = "<${scan.buildScanUri}|build scan>\n"
44-
}
4538
}
4639
}
4740
}

0 commit comments

Comments
 (0)