Remove unused config & Update to 1.21.4
This commit is contained in:
@@ -18,10 +18,10 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT")
|
compileOnly("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT")
|
||||||
}
|
}
|
||||||
|
|
||||||
def targetJavaVersion = 17
|
def targetJavaVersion = 21
|
||||||
java {
|
java {
|
||||||
def javaVersion = JavaVersion.toVersion(targetJavaVersion)
|
def javaVersion = JavaVersion.toVersion(targetJavaVersion)
|
||||||
sourceCompatibility = javaVersion
|
sourceCompatibility = javaVersion
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
header:
|
|
||||||
- "Header"
|
|
||||||
footer:
|
|
||||||
- "Footer"
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
name: GalaxyCreations
|
name: GalaxyCreations
|
||||||
version: '1.0.0'
|
version: '1.0.0'
|
||||||
main: xyz.lncvrt.galaxycreations.GalaxyCreations
|
main: xyz.lncvrt.galaxycreations.GalaxyCreations
|
||||||
api-version: '1.20'
|
api-version: '1.21'
|
||||||
|
|||||||
Reference in New Issue
Block a user