update phytotelma to fix issues
All checks were successful
Publish to snapshot maven / build (push) Successful in 18s
All checks were successful
Publish to snapshot maven / build (push) Successful in 18s
This commit is contained in:
parent
9b15935bb6
commit
8a3267ffbe
|
@ -1,6 +1,6 @@
|
||||||
plugins {
|
plugins {
|
||||||
java
|
java
|
||||||
id("dev.frogmc.phytotelma") version "0.0.1-SNAPSHOT"
|
id("dev.frogmc.phytotelma") version "0.0.1-alpha.4"
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
|
@ -15,4 +15,4 @@ pluginManagement {
|
||||||
rootProject.name = "frogloader"
|
rootProject.name = "frogloader"
|
||||||
|
|
||||||
include(":minecraft")
|
include(":minecraft")
|
||||||
|
findProject(":minecraft")?.name = "minecraft"
|
||||||
|
|
Loading…
Reference in a new issue