Skip to content

Commit

Permalink
Merge pull request #448 from ThatGravyBoat/fix/discord-relocate
Browse files Browse the repository at this point in the history
Relocate DiscordIPC
  • Loading branch information
Su386yt authored Jul 28, 2024
2 parents d1c53c1 + 85f0cfb commit fecb94c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,16 @@ toolkitGitHubPublishing {
repository.set("partly-sane-skies")
}

tasks {
fatJar {
relocate("com.jagrosh.discordipc", "me.partlysanestudios.partlysaneskies.deps.discordipc")
}
}

bloom {
val dogfood: String by project
val releaseChannel: String by project

replacement("@DOGFOOD@", dogfood)
replacement("@RELEASE_CHANNEL@", releaseChannel)
}
}

0 comments on commit fecb94c

Please sign in to comment.