fix server compiling
All checks were successful
/ Build BaseBand Installer (push) Successful in 57s
/ Build BaseBand Server (push) Successful in 1m39s
/ Build BaseBand DSM & Broadway (push) Successful in 2m10s
/ Build BaseBand Loader (push) Successful in 1m46s

This commit is contained in:
Daniella / Tove 2024-06-25 08:36:26 +02:00
parent 3534641dd6
commit 93f8dfb8ad
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -14,7 +14,6 @@ repositories {
configurations {
embed
compile.extendsFrom(embed)
reloadQuickly {
resolutionStrategy.cacheDynamicVersionsFor(30, 'seconds')
resolutionStrategy.cacheChangingModulesFor(30, 'seconds')
@ -22,10 +21,9 @@ configurations {
}
dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
reloadQuickly embed('de.tudbut:tuddylib:+')
embed('at.favre.lib:bcrypt:0.10.2')
implementation configurations.embed
}
jar {