Skip to content

Commit b22ea99

Browse files
committed
Disable JDK_17 requirement for Mac platform only
1 parent 86e65b1 commit b22ea99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.teamcity/settings.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ fun Project.platform(platform: String, name: String, configure: BuildType.() ->
204204

205205
params {
206206
// This parameter is needed for macOS agent to be compatible
207-
param("env.JDK_17", "")
207+
if (platform.startsWith("Mac")) param("env.JDK_17", "")
208208
}
209209

210210
commonConfigure()

0 commit comments

Comments
 (0)