Skip to content

Commit

Permalink
Fix Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ampflower committed Sep 30, 2024
1 parent 732f64f commit da7a84d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 21
- name: Build with Gradle
run: ./gradlew build --no-daemon
- name: Upload build artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 21
- name: Build and publish with Gradle
run: ./gradlew build modrinth curseforge --continue --no-daemon
env:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xmx1G

# Mod Properties
projectVersion=4.4.0
projectVersion=4.4.1
maven_group=gay.ampflower.mod

curseforgeId=914551
Expand Down

0 comments on commit da7a84d

Please sign in to comment.