File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ This project is still in its early stages and may make frequent breaking changes
3333
3434``` groovy
3535plugins {
36- id ' com.github.johnrengelman.shadow' version ' 8.1.1' // For up to Java 17
37- // id 'io.github.goooler. shadow' version '8.1.7' // Uncomment for Java 21 or higher
36+ id(" com.github.johnrengelman.shadow") version " 8.1.1" // For up to Java 17
37+ // id("com.gradleup. shadow") version "9.0.0-beta12" // Uncomment for Java 21 or higher
3838}
3939
4040repositories {
@@ -45,12 +45,12 @@ repositories {
4545}
4646
4747dependencies {
48- implementation "com.github.technicallycoded:FoliaLib:main-SNAPSHOT"
48+ implementation( "com.github.technicallycoded:FoliaLib:main-SNAPSHOT")
4949}
5050
5151shadowJar {
5252 // !! MAKE SURE TO CHANGE THIS TO YOUR PLUGIN'S GROUP & PLUGIN NAME !!
53- relocate "com.tcoded.folialib", "CHANGE-THE-GROUP.CHANGE-THE-PLUGIN-NAME.lib.folialib"
53+ relocate( "com.tcoded.folialib", "CHANGE-THE-GROUP.CHANGE-THE-PLUGIN-NAME.lib.folialib")
5454
5555 // Optional: If you use minimize, make sure you exclude FoliaLib
5656 // Do not uncomment this if you don't know what you are doing
You can’t perform that action at this time.
0 commit comments