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 11878ef commit 1724eebCopy full SHA for 1724eeb
buildSrc/build.gradle.kts
@@ -13,13 +13,7 @@ repositories {
13
}
14
15
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")
+ implementation("org.ow2.asm:asm-commons:6.0")
+ implementation("org.ow2.asm:asm-util:6.0")
+ implementation("org.ow2.asm:asm:6.0")
25
0 commit comments