File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ buildscript {
88 maven {
99 url = " https://plugins.gradle.org/m2/"
1010 }
11+ maven {
12+ url = " https://jitpack.io"
13+ }
1114 }
1215 dependencies {
1316 classpath " net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT"
@@ -35,5 +38,6 @@ repositories {
3538}
3639
3740dependencies {
38- compileOnly ' org.spongepowered:spongeapi:7.0.0'
41+ compileOnly ' org.spongepowered:spongeapi:7.1.0'
42+ compileOnly ' com.github.Sponge-RPG-dev:NT-Rpg:1.0.12-SNAPSHOT'
3943}
Original file line number Diff line number Diff line change 1+ # Wed Sep 12 23:05:22 CEST 2018
12distributionBase =GRADLE_USER_HOME
23distributionPath =wrapper/dists
34zipStoreBase =GRADLE_USER_HOME
45zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-4.4.1-bin .zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.4.1-all .zip
You can’t perform that action at this time.
0 commit comments