mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-12-21 16:38:39 +01:00
Update Gradle, Update dependencies. (#210)
* Update Gradle, Update dependencies. * The mod doesn't require a newer Fabric API version --------- Co-authored-by: EnZaXD <60033407+FlorianMichael@users.noreply.github.com>
This commit is contained in:
parent
43a51133b2
commit
c43379ae78
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -14,6 +14,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: 17
|
java-version: 17
|
||||||
|
check-latest: true
|
||||||
- name: Cache Dependencies
|
- name: Cache Dependencies
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
24
.gitignore
vendored
24
.gitignore
vendored
@ -1,22 +1,26 @@
|
|||||||
# gradle
|
# Gradle
|
||||||
|
|
||||||
.gradle/
|
.gradle/
|
||||||
build/
|
build/
|
||||||
out/
|
out/
|
||||||
classes/
|
classes/
|
||||||
|
|
||||||
# eclipse
|
# Eclipse
|
||||||
|
|
||||||
*.launch
|
*.launch
|
||||||
|
|
||||||
# idea
|
# Idea
|
||||||
|
|
||||||
.idea/
|
.idea/
|
||||||
*.iml
|
*.iml
|
||||||
*.ipr
|
*.ipr
|
||||||
*.iws
|
*.iws
|
||||||
|
|
||||||
# vscode
|
# Minecraft
|
||||||
|
run/
|
||||||
|
runV2/
|
||||||
|
|
||||||
|
# VScode
|
||||||
|
|
||||||
.settings/
|
.settings/
|
||||||
.vscode/
|
.vscode/
|
||||||
@ -24,10 +28,14 @@ bin/
|
|||||||
.classpath
|
.classpath
|
||||||
.project
|
.project
|
||||||
|
|
||||||
# macos
|
# macOS
|
||||||
|
|
||||||
*.DS_Store
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
|
||||||
# fabric
|
# Fabric
|
||||||
|
|
||||||
run/
|
*.cap
|
||||||
|
*.rdc
|
||||||
|
run/
|
@ -4,9 +4,9 @@ org.gradle.parallel=true
|
|||||||
|
|
||||||
# minecraft and fabric
|
# minecraft and fabric
|
||||||
minecraft_version=1.20.1
|
minecraft_version=1.20.1
|
||||||
yarn_mappings=1.20.1+build.1
|
yarn_mappings=1.20.1+build.10
|
||||||
loader_version=0.14.21
|
loader_version=0.14.22
|
||||||
fabric_api_version=0.83.0+1.20.1
|
fabric_api_version=0.86.1+1.20.1
|
||||||
|
|
||||||
# viafabricplus
|
# viafabricplus
|
||||||
mod_version=2.8.4-SNAPSHOT
|
mod_version=2.8.4-SNAPSHOT
|
||||||
@ -29,9 +29,9 @@ minecraftauth_version=2.1.4-SNAPSHOT
|
|||||||
vialoader_version=2.2.8-SNAPSHOT
|
vialoader_version=2.2.8-SNAPSHOT
|
||||||
|
|
||||||
# lenni0451 libs
|
# lenni0451 libs
|
||||||
reflect_version=1.2.1
|
reflect_version=1.2.2
|
||||||
|
|
||||||
# other libs
|
# other libs
|
||||||
mod_menu_version=7.2.1
|
mod_menu_version=7.2.1
|
||||||
netty_codec_http_version=4.1.90.Final
|
netty_codec_http_version=4.1.96.Final
|
||||||
mixin_extras_version=0.2.0-beta.7
|
mixin_extras_version=0.2.0-beta.9
|
||||||
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
5
gradle/wrapper/gradle-wrapper.properties
vendored
5
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,7 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
Loading…
Reference in New Issue
Block a user