update phytotelma to fix issues
All checks were successful
Publish to snapshot maven / build (push) Successful in 18s

This commit is contained in:
moehreag 2024-06-13 00:41:55 +02:00
parent 9b15935bb6
commit 8a3267ffbe
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
plugins {
java
id("dev.frogmc.phytotelma") version "0.0.1-SNAPSHOT"
id("dev.frogmc.phytotelma") version "0.0.1-alpha.4"
}
repositories {
@ -30,4 +30,4 @@ java {
tasks.runClient {
classpath(sourceSets.test.get().runtimeClasspath)
}
}

View file

@ -15,4 +15,4 @@ pluginManagement {
rootProject.name = "frogloader"
include(":minecraft")
findProject(":minecraft")?.name = "minecraft"