Skip to content

Commit 1a467d2

Browse files
committed
build: set ver 0.1.5; fix compile error due to gradle-version flag
1 parent 711d98d commit 1a467d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: gradle/actions/setup-gradle@v4
2525

2626
- name: Gradle Build and Publish
27-
run: ./gradlew --gradle-version=8.12 publish
27+
run: ./gradlew publish
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
uses: gradle/actions/setup-gradle@v4
2424

2525
- name: Gradle Build
26-
run: ./gradlew --gradle-version=8.12 build
26+
run: ./gradlew build

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
# Main
21-
version=0.1.4
21+
version=0.1.5
2222
description=User playtime monitoring for MC
2323

2424
# Misc

0 commit comments

Comments
 (0)