fix server compiling
This commit is contained in:
parent
3534641dd6
commit
93f8dfb8ad
1 changed files with 1 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue