Skip to content

Commit 98340ff

Browse files
committed
core module dependency now is not transitive.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent 5aa8465 commit 98340ff

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
@@ -45,7 +45,9 @@ repositories {
4545

4646
dependencies {
4747
minecraft "net.minecraftforge:forge:$forge_version"
48-
implementation "com.projectessentials.core:ProjectEssentials-Core:$core_version"
48+
implementation("com.projectessentials.core:ProjectEssentials-Core:$core_version") {
49+
transitive = false
50+
}
4951
implementation "org.jetbrains.kotlinx:kotlinx-serialization-runtime:$kotlinx_serialization_version"
5052
implementation "org.jetbrains.kotlin:kotlin-stdlib-$kotlin_jdk_version_target:$kotlin_version"
5153
}

0 commit comments

Comments
 (0)