-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
376 additions
and
397 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,19 +6,19 @@ on: | |
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-latest | ||
container: | ||
image: openjdk:17-jdk | ||
image: openjdk:21-jdk | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: gradle/wrapper-validation[email protected] | ||
- uses: actions/checkout@v4 | ||
- uses: gradle/actions/wrapper-validation@v3 | ||
- run: chmod +x ./gradlew | ||
- run: ./gradlew clean build publish curseforge modrinth | ||
- run: ./gradlew clean build publishCurseForge modrinth | ||
env: | ||
REPO_PASSWORD: ${{ secrets.REPO_PASSWORD }} | ||
CURSE_API_KEY: ${{ secrets.CURSE_API_KEY }} | ||
MODRINTH_API_KEY: ${{ secrets.MODRINTH_API_KEY }} | ||
- uses: actions/upload-artifact@v2.2.2 | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: Builds | ||
path: build/libs/*.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,3 +116,5 @@ run/ | |
|
||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) | ||
!gradle-wrapper.jar | ||
|
||
runs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,22 @@ | ||
org.gradle.jvmargs=-Xmx3G | ||
org.gradle.daemon=false | ||
|
||
neogradle.subsystems.parchment.minecraftVersion=1.20.6 | ||
neogradle.subsystems.parchment.mappingsVersion=2024.05.01 | ||
|
||
minecraft_version=1.20.6 | ||
minecraft_version_range=[1.20.6,1.21) | ||
|
||
neo_version=20.6.112-beta | ||
neo_version_range=[20.6,) | ||
|
||
loader_version_range=[2,) | ||
|
||
## Mod Properties | ||
mod_id=aeinfinitybooster | ||
mod_name=AEInfinityBooster | ||
mod_license=GNU Lesser General Public License | ||
mod_version=1.0.0 | ||
mod_group_id=uk.co.hexeption.aeinfinitybooster | ||
mod_authors=Hexeption | ||
mod_description=Adds Infinite Range Card and Dimension Card to AE2 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.