We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908985f commit 97afa54Copy full SHA for 97afa54
2 files changed
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
java-version: 21
24
- name: Publish to repo
25
if: github.event_name != 'pull_request'
26
- run: ./gradlew publish --no-daemon --stacktrace
+ run: ./gradlew publish --no-daemon --stacktrace --no-configuration-cache
27
env:
28
PRIVATE_MAVEN_REPO_USERNAME: ${{ secrets.MAVEN_USERNAME }}
29
PRIVATE_MAVEN_REPO_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
gradle.properties
@@ -1,5 +1,5 @@
1
group = dev.menthamc.lightweight
2
-version = 2.0.4-SNAPSHOT
+version = 2.0.5
3
4
org.gradle.caching = true
5
org.gradle.configuration-cache = true
0 commit comments