Update dependencies in 'common' subproject
All checks were successful
push-build-apidoc / build (push) Successful in 1m8s
push-build-apidoc / generate-javadoc (push) Successful in 1m10s

This change was made to allow platform implementations to decide how (certain) dependencies should be handled.
This commit is contained in:
JeremyStar™ 2024-10-03 21:24:45 +02:00
parent 6a4d4e6e7b
commit b694a33180
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -36,11 +36,11 @@ dependencies {
compileOnly("org.jetbrains:annotations:${dependencyJetbrainsAnnotations}")
// StarOpenSource Engine
implementation("de.staropensource.sosengine:base:${dependencyStarOpenSourceEngine}")
compileOnly("de.staropensource.sosengine:base:${dependencyStarOpenSourceEngine}")
// Adventure
implementation("net.kyori:adventure-api:${dependencyAdventure}")
implementation("net.kyori:adventure-text-minimessage:${dependencyAdventure}")
compileOnly("net.kyori:adventure-api:${dependencyAdventure}")
compileOnly("net.kyori:adventure-text-minimessage:${dependencyAdventure}")
}
// Fix delombok task