-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
41b242c
commit 02544d7
Showing
218 changed files
with
3,692 additions
and
416 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 |
---|---|---|
@@ -1,25 +1,25 @@ | ||
name: Build and Release | ||
on: | ||
push: | ||
branches: | ||
- main | ||
|
||
permissions: | ||
contents: write | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-20.04 | ||
container: | ||
image: eclipse-temurin:18-jdk | ||
options: --user root | ||
steps: | ||
- run: apt update && apt install git -y && git --version | ||
- run: git config --global --add safe.directory /__w/smp/smp | ||
- uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 | ||
- uses: gradle/wrapper-validation-action@v1 | ||
- run: ./gradlew build github --stacktrace -Porg.gradle.parallel.threads=4 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
#name: Build and Release | ||
#on: | ||
# push: | ||
# branches: | ||
# - main | ||
# | ||
#permissions: | ||
# contents: write | ||
# | ||
#jobs: | ||
# build: | ||
# runs-on: ubuntu-20.04 | ||
# container: | ||
# image: eclipse-temurin:21-jdk | ||
# options: --user root | ||
# steps: | ||
# - run: apt update && apt install git -y && git --version | ||
# - run: git config --global --add safe.directory /__w/smp/smp | ||
# - uses: actions/checkout@v2 | ||
# with: | ||
# fetch-depth: 0 | ||
# - uses: gradle/wrapper-validation-action@v1 | ||
# - run: ./gradlew build github --stacktrace -Porg.gradle.parallel.threads=4 | ||
# env: | ||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
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,4 +1,6 @@ | ||
run | ||
*.exe | ||
*.mrpack | ||
|
||
### Eclipse ### | ||
.metadata | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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,10 +1,10 @@ | ||
org.gradle.jvmargs=-Xmx1G | ||
|
||
version=1.19.3 | ||
version=1.21 | ||
group=xyz.mangostudio | ||
|
||
yarnMappings=1.19.3+build.5 | ||
loaderVersion=0.14.13 | ||
fabricVersion=0.73.0+1.19.3 | ||
yarnMappings=1.21+build.2 | ||
loaderVersion=0.15.11 | ||
fabricVersion=0.100.4+1.21 | ||
|
||
|
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,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.