From 487e9022abf2ce2565a727fdb1e5c510445a552d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemek=20Draga=C5=84czuk?= Date: Sat, 22 Feb 2020 22:09:22 +0100 Subject: [PATCH] Fixed wrong gradle configuration for auth api --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 58e0dae..2ed2c62 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {