We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be3e052 commit 76d060dCopy full SHA for 76d060d
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
run: echo "RELEASE_VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV
23
24
- name: Build and Test
25
- run: ./gradlew --no-daemon clean build -PciVersion=${{ env.RELEASE_VERSION }}
+ run: ./gradlew --no-daemon build -PciVersion=${{ env.RELEASE_VERSION }}
26
27
- name: Publish to Maven Central (Portal)
28
env:
0 commit comments