Skip to content

Commit

Permalink
Fix incorrect shading
Browse files Browse the repository at this point in the history
  • Loading branch information
sarhatabaot committed Nov 22, 2024
1 parent 9577647 commit d90b05e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ tasks {
relocate ("org.bstats", "me.tychsen.enchantgui.util")
relocate ("co.aikar.commands", "me.tychsen.enchantgui.acf")
relocate ("co.aikar.locales", "me.tychsen.enchantgui.locales")
relocate ("de.tr7zw", "me.tychsen.enchantgui.nbt")
relocate ("de.tr7zw.changeme.nbtapi", "me.tychsen.enchantgui.nbt")
relocate ("com.github.sarhatabaot.kraken", "me.tychsen.enchantgui.kraken")
relocate ("dev.triumphteam", "me.tychsen.enchantgui.gui")
}
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts~
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ plugins {
id("java-library")
alias(libs.plugins.plugin.yml)
alias(libs.plugins.shadow)
alias(libs.plugins.lombok)
alias(libs.plugins.sonarqube)
}

Expand Down
2 changes: 0 additions & 2 deletions lombok.config

This file was deleted.

0 comments on commit d90b05e

Please sign in to comment.