Skip to content

Commit bc4c7b2

Browse files
committed
snapshots: publish macOS .dylib native libraries to Maven Central Snapshots (disabled in commit 5575854)
1 parent 0863e28 commit bc4c7b2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

flatlaf-core/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,4 @@ flatlafPublish {
158158
NativeArtifact( "${natives}/libflatlaf-linux-x86_64.so", "linux-x86_64", "so" ),
159159
NativeArtifact( "${natives}/libflatlaf-linux-arm64.so", "linux-arm64", "so" ),
160160
)
161-
162-
// Maven Central Snapshots repo currently does not accept .dylib files
163-
if( version.toString().endsWith( "-SNAPSHOT" ) )
164-
nativeArtifacts = nativeArtifacts?.filter { it.type != "dylib" }
165161
}

0 commit comments

Comments
 (0)