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 732f64f commit da7a84dCopy full SHA for da7a84d
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: actions/setup-java@v4
27
with:
28
distribution: temurin
29
- java-version: 17
+ java-version: 21
30
- name: Build with Gradle
31
run: ./gradlew build --no-daemon
32
- name: Upload build artifacts
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
- name: Build and publish with Gradle
run: ./gradlew build modrinth curseforge --continue --no-daemon
env:
gradle.properties
@@ -2,7 +2,7 @@
2
org.gradle.jvmargs=-Xmx1G
3
4
# Mod Properties
5
-projectVersion=4.4.0
+projectVersion=4.4.1
6
maven_group=gay.ampflower.mod
7
8
curseforgeId=914551
0 commit comments