mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-27 03:46:17 -06:00
snapshots: publish macOS .dylib native libraries to Maven Central Snapshots (disabled in commit 5575854e68)
This commit is contained in:
@@ -158,8 +158,4 @@ flatlafPublish {
|
||||
NativeArtifact( "${natives}/libflatlaf-linux-x86_64.so", "linux-x86_64", "so" ),
|
||||
NativeArtifact( "${natives}/libflatlaf-linux-arm64.so", "linux-arm64", "so" ),
|
||||
)
|
||||
|
||||
// Maven Central Snapshots repo currently does not accept .dylib files
|
||||
if( version.toString().endsWith( "-SNAPSHOT" ) )
|
||||
nativeArtifacts = nativeArtifacts?.filter { it.type != "dylib" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user