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 8bdd924 commit aa99f19Copy full SHA for aa99f19
build.gradle
@@ -1,9 +1,9 @@
1
plugins {
2
- id 'java'
+ id 'java-library'
3
}
4
5
group 'dev.xdark'
6
-version '1.3.1'
+version '1.3.2'
7
8
repositories {
9
mavenCentral()
@@ -20,10 +20,10 @@ tasks.withType(JavaCompile) {
20
21
22
dependencies {
23
- implementation 'org.ow2.asm:asm:9.2'
24
- implementation 'org.ow2.asm:asm-tree:9.2'
25
- implementation 'com.github.Col-E:CAFED00D:1.9.6'
26
- implementation 'org.slf4j:slf4j-api:1.7.35'
+ api 'org.ow2.asm:asm:9.2'
+ api 'org.ow2.asm:asm-tree:9.2'
+ api 'com.github.Col-E:CAFED00D:1.9.6'
+ api 'org.slf4j:slf4j-api:1.7.36'
27
28
def junitVersion = '5.8.2'
29
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
0 commit comments