updated project, configured gradle
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -168,3 +168,5 @@ gradle-app.setting
|
||||
*.hprof
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/java,intellij,gradle
|
||||
|
||||
/local.gradle
|
@ -18,7 +18,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT")
|
||||
compileOnly("io.papermc.paper:paper-api:1.21.7-R0.1-SNAPSHOT")
|
||||
}
|
||||
|
||||
def targetJavaVersion = 21
|
||||
@ -47,3 +47,7 @@ processResources {
|
||||
expand props
|
||||
}
|
||||
}
|
||||
|
||||
if (file("local.gradle").exists()) {
|
||||
apply from: "local.gradle"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: PixelPic
|
||||
version: '1.0-SNAPSHOT'
|
||||
main: eu.mhsl.minecraft.pixelpic.Main
|
||||
api-version: '1.21'
|
||||
main: eu.mhsl.minecraft.pixelpics.Main
|
||||
api-version: '1.21.7'
|
||||
commands:
|
||||
pixelPic:
|
||||
permission: "pixelpic.use"
|
||||
|
Reference in New Issue
Block a user