1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-10-16 13:27:03 -05:00

Fixed wrong gradle configuration for auth api

This commit is contained in:
Przemek Dragańczuk 2020-02-22 22:09:22 +01:00
parent f2ac9d98b0
commit 487e9022ab

View file

@ -23,7 +23,7 @@ jar {
dependencies {
compile "com.sparkjava:spark-core:2.8.0"
implementation 'com.qmetric:spark-authentication:1.4'
compile 'com.qmetric:spark-authentication:1.4'
}
application {