Skip to content

Commit

Permalink
is gradle daemon doing bad even on --no-daemon processes?
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Apr 12, 2024
1 parent ae4a163 commit b42f98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: ./build-rtmidi.sh
# Workaround rtmidi-javacpp reference resolution failure issue
- name: build and publishToMavenLocal rtmidi-javacpp (just for local platform is fine)
run: cd external/rtmidi-javacpp && ./gradlew build publishToMavenLocal; cd ../..
run: cd external/rtmidi-javacpp && ./gradlew --no-daemon build publishToMavenLocal; cd ../..

# only for NON-releases on macos-13
- name: macos-13 lightweight build with Gradle for libs
Expand Down

0 comments on commit b42f98a

Please sign in to comment.