.
This commit is contained in:
parent
e85228e717
commit
0cda14e3cc
34 changed files with 316 additions and 333 deletions
|
|
@ -12,16 +12,16 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
//api("org.spigotmc:spigot-api:1.21.11-R0.1-SNAPSHOT")
|
||||
api(project(":core-lib"))
|
||||
|
||||
// Source: https://mvnrepository.com/artifact/io.nats/jnats
|
||||
api("org.spigotmc:spigot-api:1.21.11-R0.1-SNAPSHOT")
|
||||
|
||||
// https://mvnrepository.com/artifact/io.nats/jnats
|
||||
implementation("io.nats:jnats:2.25.2")
|
||||
api("io.nats:jnats:2.25.2")
|
||||
|
||||
api("de.kentoj.scrow:kencommandapi-core:0.4")
|
||||
api("de.kentoj.scrow:kencommandapi-bukkit:0.4")
|
||||
|
||||
api(project(":core-lib"))
|
||||
api("de.kentoj.scrow:kencommandapi-core:0.8")
|
||||
api("de.kentoj.scrow:kencommandapi-bukkit:0.8")
|
||||
}
|
||||
|
||||
publishing {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue