Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

Commit

Permalink
Update Gradle version, mappings and add GC to gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
htmlcsjs committed Jul 30, 2021
1 parent d41c0aa commit cf6de62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,14 @@ compileJava {
minecraft {
version = "1.12.2-14.23.5.2847"
runDir = "run"
mappings = "stable_39"
mappings = "snapshot_20171003"
}

project.ext {
gcbuild = "261"
}
apply from: "https://raw.githubusercontent.com/ReadOnlyDevelopment/gradle/galacticraft/dev.gradle"

repositories {
maven {
url "https://minecraft.curseforge.com/api/maven"
Expand All @@ -51,7 +56,6 @@ dependencies {
deobfCompile "codechicken-lib-1-8:CodeChickenLib-1.12.2:3.2.3.358:universal"
deobfCompile "codechicken:ChickenASM:1.12-1.0.2.9"
deobfCompile "mcjty.theoneprobe:TheOneProbe-1.12:1.12-1.4.23-16"

}

jar {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip

0 comments on commit cf6de62

Please sign in to comment.