Skip to content

Commit 0bd3111

Browse files
committed
Removed spongepowered plugin and use their maven repo instead.
1 parent 46fff0a commit 0bd3111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins {
22
id 'java'
3-
id 'org.spongepowered.plugin' version '0.9.0'
43
}
54

65
group 'io.github.aquerr'
@@ -14,6 +13,7 @@ targetCompatibility = 1.8
1413
repositories {
1514
jcenter()
1615
mavenCentral()
16+
maven { url 'https://repo.spongepowered.org/maven' }
1717
}
1818

1919
dependencies {

0 commit comments

Comments
 (0)