Skip to content

Commit

Permalink
Cj/xseries 11 3 0 (#471)
Browse files Browse the repository at this point in the history
* update XSeries lib to 11.3.0 to fix skull issues

* update to official shadow repository (gradleup)
  • Loading branch information
CJCrafter authored Oct 13, 2024
1 parent f109a9c commit cb3ccad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions BuildMechanicsCore/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id("me.deecaad.mechanics-project")
//id("com.github.johnrengelman.shadow") version "8.1.1"
id("io.github.goooler.shadow") version "8.1.7"
id("com.gradleup.shadow") version "8.3.3"
id("net.minecrell.plugin-yml.bukkit") version "0.6.0"
}

Expand Down
3 changes: 1 addition & 2 deletions BuildWeaponMechanics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import net.minecrell.pluginyml.bukkit.BukkitPluginDescription

plugins {
id("me.deecaad.mechanics-project")
//id("com.github.johnrengelman.shadow") version "8.1.1"
id("io.github.goooler.shadow") version "8.1.7"
id("com.gradleup.shadow") version "8.3.3"
id("net.minecrell.plugin-yml.bukkit") version "0.6.0"
}

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object Versions {
const val ANNOTATIONS = "24.0.1"
const val GSON = "2.10.1"
const val KOTLIN = "1.9.21"
const val X_SERIES = "11.0.0"
const val X_SERIES = "11.3.0"
const val FAST_UTIL = "8.5.13"
const val FOLIA_SCHEDULER = "0.6.0"
}
Expand Down

0 comments on commit cb3ccad

Please sign in to comment.