We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa8465 commit 98340ffCopy full SHA for 98340ff
build.gradle
@@ -45,7 +45,9 @@ repositories {
45
46
dependencies {
47
minecraft "net.minecraftforge:forge:$forge_version"
48
- implementation "com.projectessentials.core:ProjectEssentials-Core:$core_version"
+ implementation("com.projectessentials.core:ProjectEssentials-Core:$core_version") {
49
+ transitive = false
50
+ }
51
implementation "org.jetbrains.kotlinx:kotlinx-serialization-runtime:$kotlinx_serialization_version"
52
implementation "org.jetbrains.kotlin:kotlin-stdlib-$kotlin_jdk_version_target:$kotlin_version"
53
}
0 commit comments