We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.dylib
1 parent 0863e28 commit bc4c7b2Copy full SHA for bc4c7b2
1 file changed
flatlaf-core/build.gradle.kts
@@ -158,8 +158,4 @@ flatlafPublish {
158
NativeArtifact( "${natives}/libflatlaf-linux-x86_64.so", "linux-x86_64", "so" ),
159
NativeArtifact( "${natives}/libflatlaf-linux-arm64.so", "linux-arm64", "so" ),
160
)
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" }
165
}
0 commit comments