.
This commit is contained in:
parent
d4370de78c
commit
c234c600fe
6 changed files with 30 additions and 40 deletions
|
|
@ -17,6 +17,15 @@ subprojects {
|
|||
apply(plugin = "java")
|
||||
apply(plugin = "io.freefair.lombok")
|
||||
|
||||
java {
|
||||
withSourcesJar()
|
||||
withJavadocJar()
|
||||
}
|
||||
|
||||
tasks.withType<Javadoc>().configureEach {
|
||||
(options as StandardJavadocDocletOptions).addStringOption("Xdoclint:all,-missing", "-quiet")
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven("https://hub.spigotmc.org/nexus/content/repositories/snapshots/") {
|
||||
|
|
@ -41,7 +50,7 @@ subprojects {
|
|||
implementation("org.jetbrains:annotations:26.0.2-1")
|
||||
|
||||
// https://projectreactor.io/docs/core/release/reference/gettingStarted.html
|
||||
implementation(platform("io.projectreactor:reactor-bom:2025.0.3"))
|
||||
implementation(platform("io.projectreactor:reactor-bom:2025.0.3"))
|
||||
implementation("io.projectreactor:reactor-core")
|
||||
|
||||
// https://mvnrepository.com/artifact/com.google.guava/guava
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue