Skip to content

Commit

Permalink
Remove --no-daemon option from publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dellisd committed Jan 19, 2024
1 parent aec3776 commit 6877e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
run: ./gradlew publishAllPublicationsToMavenCentralRepository

env:
GRADLE_OPTS: -Dorg.gradle.parallel=true -Dorg.gradle.caching=true -Dorg.gradle.jvmargs="-Xmx2G -XX:+HeapDumpOnOutOfMemoryError" --no-daemon
GRADLE_OPTS: -Dorg.gradle.parallel=true -Dorg.gradle.caching=true -Dorg.gradle.jvmargs="-Xmx2G -XX:+HeapDumpOnOutOfMemoryError"

0 comments on commit 6877e0c

Please sign in to comment.