update to use new phytotelma declaration
All checks were successful
Publish to snapshot maven / build (push) Successful in 16s
All checks were successful
Publish to snapshot maven / build (push) Successful in 16s
This commit is contained in:
parent
b75760936d
commit
a52d97708c
|
@ -1,5 +1,3 @@
|
||||||
import dev.frogmc.phytotelma.ext.minecraft
|
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
java
|
java
|
||||||
id("dev.frogmc.phytotelma") version "0.0.1-SNAPSHOT"
|
id("dev.frogmc.phytotelma") version "0.0.1-SNAPSHOT"
|
||||||
|
@ -17,12 +15,14 @@ repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
minecraft("1.20.6")
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(project(":"))
|
implementation(project(":"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
phytotelma {
|
||||||
|
minecraft("1.20.6")
|
||||||
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_21
|
sourceCompatibility = JavaVersion.VERSION_21
|
||||||
targetCompatibility = JavaVersion.VERSION_21
|
targetCompatibility = JavaVersion.VERSION_21
|
||||||
|
|
Loading…
Reference in a new issue