fix gradle configuration

This commit is contained in:
moehreag 2024-06-09 23:30:55 +02:00
parent 6a7bddc2b4
commit d6c5c01d4d
2 changed files with 1 additions and 5 deletions

View file

@ -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 {

View file

@ -1,6 +1,5 @@
pluginManagement {
repositories {
mavenLocal()
maven {
name = "FrogMC Maven Releases"
url = uri("https://maven.frogmc.dev/releases")