We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0402810 commit 86e65b1Copy full SHA for 86e65b1
.teamcity/settings.kts
@@ -39,6 +39,7 @@ project {
39
// Disable editing of project and build settings from the UI to avoid issues with TeamCity
40
params {
41
param("teamcity.ui.settings.readOnly", "true")
42
+ param("env.JDK_6", "%env.JDK_16%")
43
}
44
45
val buildAll = buildAll()
0 commit comments