cleaned up build process
This commit is contained in:
parent
e7ff5d3da2
commit
821ed43d7b
10 changed files with 142 additions and 182 deletions
|
|
@ -1,30 +1,19 @@
|
|||
plugins {
|
||||
id("java")
|
||||
id("maven-publish")
|
||||
id("de.kentoj.scrow.scrow-repository")
|
||||
id("de.kentoj.scrow.base-dependencies")
|
||||
id("de.kentoj.scrow.database")
|
||||
id("de.kentoj.scrow.java-library")
|
||||
alias(libs.plugins.scrow.basedependencies)
|
||||
alias(libs.plugins.scrow.javalibrary)
|
||||
alias(libs.plugins.scrow.database)
|
||||
}
|
||||
|
||||
group = "de.kentoj.scrow"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// https://mvnrepository.com/artifact/io.nats/jnats
|
||||
api("io.nats:jnats:2.25.2")
|
||||
|
||||
// https://mvnrepository.com/artifact/org.mongodb/bson
|
||||
api("org.mongodb:bson:5.8.0")
|
||||
|
||||
// http://forge.kentoj.de/scrow/-/packages/maven/de.kentoj.scrow:kencommandapi-core
|
||||
api("de.kentoj.scrow:kencommandapi-core:0.30")
|
||||
|
||||
compileOnly("net.kyori:adventure-api:5.2.0")
|
||||
compileOnly("net.kyori:adventure-text-minimessage:5.2.0")
|
||||
api(libs.nats)
|
||||
api(libs.bson)
|
||||
api(libs.scrow.commandapi.core)
|
||||
compileOnly(libs.adventure.api)
|
||||
compileOnly(libs.adventure.minimessage)
|
||||
}
|
||||
|
||||
publishing {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue