Skip to content

Commit 954f8e7

Browse files
author
NeumimTo
committed
some minor changes to the build script
1 parent bce3fa0 commit 954f8e7

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CustomNPCsBridge/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

3740
dependencies {
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
}
-781 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#Wed Sep 12 23:05:22 CEST 2018
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
34
zipStoreBase=GRADLE_USER_HOME
45
zipStorePath=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

0 commit comments

Comments
 (0)