Skip to content

Commit 1724eeb

Browse files
committed
remove unused dependencies from buildSrc and use implementation
1 parent 11878ef commit 1724eeb

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

buildSrc/build.gradle.kts

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,7 @@ repositories {
1313
}
1414

1515
dependencies {
16-
//compile("com.github.TheRandomLabs:CurseAPI:master-SNAPSHOT")
17-
compile("org.ow2.asm:asm-commons:6.0")
18-
compile("org.ow2.asm:asm-util:6.0")
19-
compile("org.ow2.asm:asm:6.0")
20-
21-
compile("io.sigpipe:jbsdiff:1.0")
22-
23-
// https://mvnrepository.com/artifact/io.github.java-diff-utils/java-diff-utils
24-
implementation("io.github.java-diff-utils:java-diff-utils:4.5")
16+
implementation("org.ow2.asm:asm-commons:6.0")
17+
implementation("org.ow2.asm:asm-util:6.0")
18+
implementation("org.ow2.asm:asm:6.0")
2519
}

0 commit comments

Comments
 (0)