From c44162dbbe18a29f246bb2fdffe72d96111fbf73 Mon Sep 17 00:00:00 2001 From: microwin7 Date: Sat, 4 Sep 2021 09:03:33 +0300 Subject: [PATCH] [FIX] build.gradle --- LaunchServer/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LaunchServer/build.gradle b/LaunchServer/build.gradle index 53f2fbf3..32c525bb 100644 --- a/LaunchServer/build.gradle +++ b/LaunchServer/build.gradle @@ -85,7 +85,7 @@ pack project(':LauncherAPI') bundle group: 'mysql', name: 'mysql-connector-java', version: rootProject['verMySQLConn'] bundle group: 'org.postgresql', name: 'postgresql', version: rootProject['verPostgreSQLConn'] bundle group: 'com.guardsquare', name: 'proguard-base', version: rootProject['verProguard'] - bundle group: 'org.apache.logging.log4j', name: 'log4j-core', rootProject['verLog4j'] + bundle group: 'org.apache.logging.log4j', name: 'log4j-core', version: rootProject['verLog4j'] bundle group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: rootProject['verLog4j'] bundle group: 'io.jsonwebtoken', name: 'jjwt-api', version: rootProject['verJwt'] bundle group: 'io.jsonwebtoken', name: 'jjwt-impl', version: rootProject['verJwt']