We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5972b commit daa0b33Copy full SHA for daa0b33
danger-kotlin/build.gradle.kts
@@ -10,6 +10,7 @@ kotlin {
10
"Mac OS X" -> macosX64("runner")
11
"Linux" -> linuxX64("runner")
12
"Mac OS X Apple silicon" -> macosArm64("runner")
13
+ "Windows 11" -> mingwX64("runner")
14
else -> throw GradleException("Host OS '$hostOs' is not supported.") as Throwable
15
}
16
0 commit comments