Skip to content

Commit aa99f19

Browse files
committed
chore: use java-library
1 parent 8bdd924 commit aa99f19

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
plugins {
2-
id 'java'
2+
id 'java-library'
33
}
44

55
group 'dev.xdark'
6-
version '1.3.1'
6+
version '1.3.2'
77

88
repositories {
99
mavenCentral()
@@ -20,10 +20,10 @@ tasks.withType(JavaCompile) {
2020
}
2121

2222
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'
23+
api 'org.ow2.asm:asm:9.2'
24+
api 'org.ow2.asm:asm-tree:9.2'
25+
api 'com.github.Col-E:CAFED00D:1.9.6'
26+
api 'org.slf4j:slf4j-api:1.7.36'
2727

2828
def junitVersion = '5.8.2'
2929
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"

0 commit comments

Comments
 (0)