mirror of
https://github.com/SinTan1729/chhoto-url
synced 2024-12-26 07:38:36 -06:00
Fixed wrong gradle configuration for auth api
This commit is contained in:
parent
f2ac9d98b0
commit
487e9022ab
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ jar {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile "com.sparkjava:spark-core:2.8.0"
|
compile "com.sparkjava:spark-core:2.8.0"
|
||||||
implementation 'com.qmetric:spark-authentication:1.4'
|
compile 'com.qmetric:spark-authentication:1.4'
|
||||||
}
|
}
|
||||||
|
|
||||||
application {
|
application {
|
||||||
|
|
Loading…
Reference in a new issue