mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2026-06-04 17:06:55 +00:00
@@ -0,0 +1,17 @@
|
||||
plugins {
|
||||
`java-library`
|
||||
`maven-publish`
|
||||
signing
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api("com.flowpowered:flow-nbt:2.0.2")
|
||||
api("org.jetbrains:annotations:23.0.0")
|
||||
|
||||
compileOnly("io.papermc.paper:paper-api:1.20-R0.1-SNAPSHOT")
|
||||
}
|
||||
|
||||
java {
|
||||
withSourcesJar()
|
||||
withJavadocJar()
|
||||
}
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
../submodules/AdvancedSlimePaper/api/src
|
||||
Reference in New Issue
Block a user