Compare commits
2 Commits
5df46a0fad
...
9cb8f2d356
Author | SHA1 | Date | |
---|---|---|---|
9cb8f2d356 | |||
66ece416a6 |
@ -42,7 +42,7 @@ jobs:
|
|||||||
run: ./gradlew build --no-daemon
|
run: ./gradlew build --no-daemon
|
||||||
|
|
||||||
- name: Upload Mod JAR
|
- name: Upload Mod JAR
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: create-air-fabric
|
name: create-air-fabric
|
||||||
path: build/libs/*.jar
|
path: build/libs/*.jar
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Done to increase the memory available to gradle.
|
# Done to increase the memory available to gradle.
|
||||||
org.gradle.jvmargs = -Xmx2G
|
org.gradle.jvmargs = -Xmx1G
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.0
|
mod_version = 1.0
|
||||||
|
Reference in New Issue
Block a user