Skip to content

Commit

Permalink
did not do the cooking by the book
Browse files Browse the repository at this point in the history
  • Loading branch information
My-Name-Is-Jeff committed Jan 1, 2022
1 parent c542ccd commit 8e10c3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ tasks {
archiveFileName.set(jar.get().archiveFileName)
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
configurations = listOf(shadowMe)
from(mixinRefMap)

relocate("org.apache.hc", "skytils.apacheorg.hc")
relocate("org.apache.commons.codec", "skytils.apacheorg.commons.codec")
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ pluginManagement {
eachPlugin {
when (requested.id.id) {
"net.minecraftforge.gradle.forge" -> useModule("com.github.Skytils:ForgeGradle:${requested.version}")
"org.spongepowered.mixin" -> useModule("com.github.Skytils:mixingradle:${requested.version}")
}
}
}
Expand Down

0 comments on commit 8e10c3c

Please sign in to comment.