Native window decorations: never build :flatlaf-natives-windows:jar because it is not used/needed

This commit is contained in:
Karl Tauber
2021-03-06 15:26:18 +01:00
parent 4372052ef0
commit a891d1eb54

View File

@@ -91,7 +91,7 @@ library {
}
tasks.named( "jar" ) {
onlyIf { isBuildable }
onlyIf { false }
}
}
}