Skip to content

Commit

Permalink
Merge pull request #16 from marc-christian-schulze/gradle_plugin
Browse files Browse the repository at this point in the history
Try to disable configuration cache when publishing
  • Loading branch information
marc-christian-schulze authored Dec 26, 2024
2 parents 9a0aa01 + de0e8c5 commit ecce134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ jobs:
env:
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PORTAL_PUBLISH_KEY }}
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PORTAL_PUBLISH_SECRET }}
run: cd structs4java-gradle-plugin && ./gradlew publishPlugins -Pversion=${{ github.event.release.tag_name }}
run: cd structs4java-gradle-plugin && ./gradlew publishPlugins -Pversion=${{ github.event.release.tag_name }} -Porg.gradle.configuration-cache=false

0 comments on commit ecce134

Please sign in to comment.