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 8f88e7b commit e1e4a3dCopy full SHA for e1e4a3d
build.gradle
@@ -40,7 +40,9 @@ repositories {
40
41
dependencies {
42
minecraft "net.minecraftforge:forge:$forge_version"
43
- implementation "com.projectessentials.core:ProjectEssentials-Core:$core_version"
+ implementation("com.projectessentials.core:ProjectEssentials-Core:$core_version") {
44
+ transitive = false
45
+ }
46
implementation "org.jetbrains.kotlinx:kotlinx-serialization-runtime:$kotlinx_serialization_version"
47
implementation "org.jetbrains.kotlin:kotlin-stdlib-$kotlin_jdk_version_target:$kotlin_version"
48
}
0 commit comments