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 711d98d commit 1a467d2Copy full SHA for 1a467d2
.github/workflows/cd.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: gradle/actions/setup-gradle@v4
25
26
- name: Gradle Build and Publish
27
- run: ./gradlew --gradle-version=8.12 publish
+ run: ./gradlew publish
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
.github/workflows/ci.yml
@@ -23,4 +23,4 @@ jobs:
23
- name: Gradle Build
- run: ./gradlew --gradle-version=8.12 build
+ run: ./gradlew build
gradle.properties
@@ -18,7 +18,7 @@
18
#
19
20
# Main
21
-version=0.1.4
+version=0.1.5
22
description=User playtime monitoring for MC
# Misc
0 commit comments