mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2024-11-22 17:26:45 +00:00
Fixed wrong gradle configuration for auth api
This commit is contained in:
parent
f2ac9d98b0
commit
487e9022ab
@ -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 New Issue
Block a user