mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
gradle:
- use gradle `cpp-library` plugin instead of 3rd party plugin - build natives only via task `build-natives`
This commit is contained in:
@@ -43,12 +43,6 @@ tasks {
|
||||
options.headerOutputDirectory.set( buildDir.resolve( "generated/jni-headers" ) )
|
||||
}
|
||||
|
||||
processResources {
|
||||
// build native libraries
|
||||
if( org.gradle.internal.os.OperatingSystem.current().isWindows )
|
||||
dependsOn( ":flatlaf-natives-windows:assemble" )
|
||||
}
|
||||
|
||||
jar {
|
||||
archiveBaseName.set( "flatlaf" )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user