mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-27 02:14:03 +00:00
Move away from deprecation, move dependencies towards buildSrc
This commit is contained in:
@@ -1,14 +1,5 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url = "https://files.minecraftforge.net/maven" }
|
||||
maven { url = "https://oss.sonatype.org/content/repositories/snapshots/" }
|
||||
jcenter()
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id 'org.spongepowered.plugin' version '0.9.0'
|
||||
id("org.spongepowered.plugin")
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
Reference in New Issue
Block a user