Skip to content

Commit 091f5aa

Browse files
authored
fix: don't bundle minestom
1 parent 5423471 commit 091f5aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
}
1717

1818
dependencies {
19-
compileOnlyApi(libs.minestom)
19+
compileOnly(libs.minestom)
2020
testImplementation(libs.minestom)
2121

2222
testImplementation(platform("org.junit:junit-bom:5.9.1"))
@@ -104,4 +104,4 @@ signing {
104104
useInMemoryPgpKeys(privateKey, keyPassphrase)
105105

106106
sign(publishing.publications)
107-
}
107+
}

0 commit comments

Comments
 (0)