- use gradle `cpp-library` plugin instead of 3rd party plugin
- build natives only via task `build-natives`
This commit is contained in:
Karl Tauber
2022-04-21 12:58:16 +02:00
parent af3e280d74
commit 99666265c9
4 changed files with 84 additions and 74 deletions

View File

@@ -39,7 +39,7 @@ jobs:
- name: Build with Gradle
# --no-daemon is necessary on Windows otherwise caching Gradle would fail with:
# tar.exe: Couldn't open ~/.gradle/caches/modules-2/modules-2.lock: Permission denied
run: ./gradlew :flatlaf-natives-windows:build --no-daemon
run: ./gradlew :flatlaf-natives-windows:build-natives --no-daemon
- name: Upload artifacts
uses: actions/upload-artifact@v2