Skip to content

Commit da7a84d

Browse files
committed
Fix Actions
1 parent 732f64f commit da7a84d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/setup-java@v4
2727
with:
2828
distribution: temurin
29-
java-version: 17
29+
java-version: 21
3030
- name: Build with Gradle
3131
run: ./gradlew build --no-daemon
3232
- name: Upload build artifacts

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/setup-java@v4
2323
with:
2424
distribution: temurin
25-
java-version: 17
25+
java-version: 21
2626
- name: Build and publish with Gradle
2727
run: ./gradlew build modrinth curseforge --continue --no-daemon
2828
env:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
org.gradle.jvmargs=-Xmx1G
33

44
# Mod Properties
5-
projectVersion=4.4.0
5+
projectVersion=4.4.1
66
maven_group=gay.ampflower.mod
77

88
curseforgeId=914551

0 commit comments

Comments
 (0)