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 {
|
plugins {
|
||||||
java
|
java
|
||||||
id("dev.frogmc.phytotelma") version "0.0.1-SNAPSHOT"
|
id("dev.frogmc.phytotelma") version "0.0.1-SNAPSHOT"
|
||||||
|
@ -11,7 +8,7 @@ group = "dev.frogmc"
|
||||||
version = "0.0.1-SNAPSHOT"
|
version = "0.0.1-SNAPSHOT"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
pluginManagement {
|
pluginManagement {
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
|
||||||
maven {
|
maven {
|
||||||
name = "FrogMC Maven Releases"
|
name = "FrogMC Maven Releases"
|
||||||
url = uri("https://maven.frogmc.dev/releases")
|
url = uri("https://maven.frogmc.dev/releases")
|
||||||
|
|
Loading…
Reference in a new issue