Update dependencies in 'common' subproject
This change was made to allow platform implementations to decide how (certain) dependencies should be handled.
This commit is contained in:
parent
6a4d4e6e7b
commit
b694a33180
1 changed files with 3 additions and 3 deletions
|
@ -36,11 +36,11 @@ dependencies {
|
||||||
compileOnly("org.jetbrains:annotations:${dependencyJetbrainsAnnotations}")
|
compileOnly("org.jetbrains:annotations:${dependencyJetbrainsAnnotations}")
|
||||||
|
|
||||||
// StarOpenSource Engine
|
// StarOpenSource Engine
|
||||||
implementation("de.staropensource.sosengine:base:${dependencyStarOpenSourceEngine}")
|
compileOnly("de.staropensource.sosengine:base:${dependencyStarOpenSourceEngine}")
|
||||||
|
|
||||||
// Adventure
|
// Adventure
|
||||||
implementation("net.kyori:adventure-api:${dependencyAdventure}")
|
compileOnly("net.kyori:adventure-api:${dependencyAdventure}")
|
||||||
implementation("net.kyori:adventure-text-minimessage:${dependencyAdventure}")
|
compileOnly("net.kyori:adventure-text-minimessage:${dependencyAdventure}")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fix delombok task
|
// Fix delombok task
|
||||||
|
|
Loading…
Reference in a new issue