Skip to content

Commit e1e4a3d

Browse files
committed
core dependency now is not transitive.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent 8f88e7b commit e1e4a3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ repositories {
4040

4141
dependencies {
4242
minecraft "net.minecraftforge:forge:$forge_version"
43-
implementation "com.projectessentials.core:ProjectEssentials-Core:$core_version"
43+
implementation("com.projectessentials.core:ProjectEssentials-Core:$core_version") {
44+
transitive = false
45+
}
4446
implementation "org.jetbrains.kotlinx:kotlinx-serialization-runtime:$kotlinx_serialization_version"
4547
implementation "org.jetbrains.kotlin:kotlin-stdlib-$kotlin_jdk_version_target:$kotlin_version"
4648
}

0 commit comments

Comments
 (0)