Skip to content

Commit

Permalink
exclude kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Nov 25, 2023
1 parent da8261f commit 2d2fd91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ dependencies {
modRuntimeOnly("me.djtheredstoner:DevAuth-${if (platform.isFabric) "fabric" else if (platform.isLegacyForge) "forge-legacy" else "forge-latest"}:1.1.2")

shade("com.github.JnCrMx:discord-game-sdk4j:v0.5.5")
shade("cc.polyfrost:elementa-$platform:560")
shade("cc.polyfrost:elementa-$platform:560") {
isTransitive = false
}

// If we are building for legacy forge, includes the launch wrapper with `shade` as we configured earlier.
if (platform.isLegacyForge) {
Expand Down

0 comments on commit 2d2fd91

Please sign in to comment.