Skip to content

Commit 86e65b1

Browse files
committed
Add JDK_6 alias to JDK_16
1 parent 0402810 commit 86e65b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.teamcity/settings.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ project {
3939
// Disable editing of project and build settings from the UI to avoid issues with TeamCity
4040
params {
4141
param("teamcity.ui.settings.readOnly", "true")
42+
param("env.JDK_6", "%env.JDK_16%")
4243
}
4344

4445
val buildAll = buildAll()

0 commit comments

Comments
 (0)