mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
migrate from legacy OSSRH to Central Portal
https://central.sonatype.org/faq/what-is-different-between-central-portal-and-legacy-ossrh/ using Portal OSSRH Staging API https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/
This commit is contained in:
@@ -158,4 +158,8 @@ 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