We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2cae7e commit 0c32498Copy full SHA for 0c32498
.github/project.yml
@@ -1,4 +1,4 @@
1
release:
2
- previous-version: 0.4.0
3
- current-version: 0.4.1
4
- next-version: 0.4.2
+ previous-version: 0.3.0
+ current-version: 0.4.0
+ next-version: 0.4.1
.github/workflows/release.yml
@@ -105,7 +105,7 @@ jobs:
105
JRELEASER_PREVIOUS_TAG_NAME: "v${{ env.PREVIOUS_VERSION }}"
106
run: |
107
echo "Releasing version ${{ env.PREVIOUS_VERSION }} -> ${{ env.CURRENT_VERSION }}"
108
- ./gradlew --no-daemon :jreleaserFullRelease
+ ./gradlew --no-daemon -Dorg.gradle.configuration-cache=false :jreleaserFullRelease
109
110
# Persist logs
111
- name: JReleaser release output
0 commit comments