cleaned up build process
This commit is contained in:
parent
e7ff5d3da2
commit
821ed43d7b
10 changed files with 142 additions and 182 deletions
|
|
@ -1,31 +1,20 @@
|
|||
plugins {
|
||||
id("java")
|
||||
id("maven-publish")
|
||||
id("de.kentoj.scrow.scrow-repository")
|
||||
id("de.kentoj.scrow.base-dependencies")
|
||||
id("de.kentoj.scrow.java-library")
|
||||
id("de.kentoj.scrow.database")
|
||||
alias(libs.plugins.scrow.database)
|
||||
alias(libs.plugins.scrow.basedependencies)
|
||||
alias(libs.plugins.scrow.javalibrary)
|
||||
}
|
||||
|
||||
group = "de.kentoj.scrow"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven("https://repo.papermc.io/repository/maven-public/") {
|
||||
name = "papermc"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(project(":core-lib"))
|
||||
compileOnly("io.papermc.paper:paper-api:1.21.11-rc3-R0.1-SNAPSHOT")
|
||||
compileOnly(libs.papermc.api)
|
||||
|
||||
// https://mvnrepository.com/artifact/io.nats/jnats
|
||||
api("io.nats:jnats:2.25.2")
|
||||
// http://forge.kentoj.de/scrow/-/packages/maven/de.kentoj.scrow:kencommandapi-core
|
||||
api("de.kentoj.scrow:kencommandapi-core:0.30")
|
||||
// http://forge.kentoj.de/scrow/-/packages/maven/de.kentoj.scrow:kencommandapi-bukkit
|
||||
api("de.kentoj.scrow:kencommandapi-bukkit:0.30")
|
||||
api(libs.nats)
|
||||
api(libs.scrow.commandapi.core)
|
||||
api(libs.scrow.commandapi.bukkit)
|
||||
}
|
||||
|
||||
publishing {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue