Native Libraries:

- Linux: added dumps
- macOS: replaced deprecated Gradle `exec`
This commit is contained in:
Karl Tauber
2025-01-18 16:34:43 +01:00
parent 0ea188f8db
commit 91f19bf94c
3 changed files with 46 additions and 9 deletions

View File

@@ -91,7 +91,7 @@ tasks {
copy {
from( linkedFile )
into( nativesDir )
rename( "flatlaf-natives-windows.dll", libraryName )
rename( linkedFile.get().asFile.name, libraryName )
}
}
}