fix gradle configuration
This commit is contained in:
parent
6a7bddc2b4
commit
d6c5c01d4d
|
@ -1,6 +1,3 @@
|
|||
import dev.frogmc.phytotelma.ext.minecraft
|
||||
import dev.frogmc.phytotelma.ext.loader
|
||||
|
||||
plugins {
|
||||
java
|
||||
id("dev.frogmc.phytotelma") version "0.0.1-SNAPSHOT"
|
||||
|
@ -11,7 +8,7 @@ group = "dev.frogmc"
|
|||
version = "0.0.1-SNAPSHOT"
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven {
|
||||
name = "FrogMC Maven Releases"
|
||||
url = uri("https://maven.frogmc.dev/releases")
|
||||
|
|
Loading…
Reference in a new issue