Skip to content

Commit 97afa54

Browse files
committed
2.0.5
1 parent 908985f commit 97afa54

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
java-version: 21
2424
- name: Publish to repo
2525
if: github.event_name != 'pull_request'
26-
run: ./gradlew publish --no-daemon --stacktrace
26+
run: ./gradlew publish --no-daemon --stacktrace --no-configuration-cache
2727
env:
2828
PRIVATE_MAVEN_REPO_USERNAME: ${{ secrets.MAVEN_USERNAME }}
2929
PRIVATE_MAVEN_REPO_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = dev.menthamc.lightweight
2-
version = 2.0.4-SNAPSHOT
2+
version = 2.0.5
33

44
org.gradle.caching = true
55
org.gradle.configuration-cache = true

0 commit comments

Comments
 (0)