This commit is contained in:
kento2 2026-06-27 22:56:03 +02:00
parent 1b9ff95d40
commit 6087b98705
14 changed files with 300 additions and 93 deletions

View file

@ -1,10 +1,9 @@
val scrowToken = providers.gradleProperty("scrowMavenToken")
.orElse(providers.environmentVariable("SCROW_MAVEN_TOKEN")).get()
plugins {
id("java")
id("java-library")
id("maven-publish")
id("de.kentoj.scrow.base-dependencies")
id("de.kentoj.scrow.database")
id("de.kentoj.scrow.java-library")
}
group = "de.kentoj.scrow"
@ -32,7 +31,4 @@ publishing {
from(components["java"])
}
}
repositories {
scrowRepo(this)
}
}