mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-29 03:49:21 +00:00
pretty please?
This commit is contained in:
3
.github/workflows/build-1214.yml
vendored
3
.github/workflows/build-1214.yml
vendored
@@ -38,7 +38,6 @@ jobs:
|
||||
with:
|
||||
java-version: 21
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
cache: 'maven'
|
||||
set-java-home: true
|
||||
components: 'native-image'
|
||||
|
||||
@@ -67,7 +66,7 @@ jobs:
|
||||
|
||||
- name: Create ReobfPaperclipJar
|
||||
run: ./gradlew -Dorg.gradle.jvmargs="${{ env.GRAALVM_ARGS }}" -Dpaperweight.debug=true createReobfPaperclipJar --stacktrace --no-daemon --parallel
|
||||
|
||||
|
||||
- name: Gradle Cache Prune
|
||||
run: |
|
||||
if [ -d ~/.gradle/caches ]; then
|
||||
|
||||
Reference in New Issue
Block a user