diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2022-05-27 23:54:03 +0200 |
---|---|---|
committer | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2022-05-27 23:54:03 +0200 |
commit | e968906af9435bd4a9b7a2befef1c9981dd3453a (patch) | |
tree | 9e30e2dc24bf3a821402b86bc223a38f29692ea0 /build.gradle.kts | |
parent | a4857ad657bc14009ac2d47b89c6981761d40df9 (diff) | |
parent | f1509146f504707dfab3e9abac36038f94040b64 (diff) | |
download | OneConfig-e968906af9435bd4a9b7a2befef1c9981dd3453a.tar.gz OneConfig-e968906af9435bd4a9b7a2befef1c9981dd3453a.tar.bz2 OneConfig-e968906af9435bd4a9b7a2befef1c9981dd3453a.zip |
Merge branch 'master' of github.com:Polyfrost/OneConfig
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 838fed2..6cf80cf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -62,6 +62,8 @@ repositories { val relocated = registerRelocationAttribute("relocate") { relocate("gg.essential", "cc.polyfrost.oneconfig.libs") + relocate("me.kbrewster", "cc.polyfrost.oneconfig.libs") + relocate("com.llamalad7", "cc.polyfrost.oneconfig.libs") } val shadeRelocated: Configuration by configurations.creating { @@ -115,6 +117,12 @@ dependencies { isTransitive = false } + shadeRelocated("com.github.KevinPriv:keventbus:c52e0a2ea0") { + isTransitive = false + } + + annotationProcessor(shadeRelocated("com.github.LlamaLad7:MixinExtras:0.0.10")!!) + // for other mods and universalcraft shade("org.jetbrains.kotlin:kotlin-stdlib:1.6.21") shade("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21") |