From 0a149bf1a8614f700d05532868cdfe7296a18bf8 Mon Sep 17 00:00:00 2001 From: Laurent Clouet Date: Wed, 8 Sep 2021 15:17:16 +0200 Subject: [PATCH] Cleanup --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 2ffabc4..c870dbf 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'com.github.johnrengelman.shadow' version '7.0.0' } -sourceCompatibility = '1.11' //comment to poke gitlab CI +sourceCompatibility = '1.11' targetCompatibility = '1.11' compileJava { @@ -26,7 +26,7 @@ dependencies { annotationProcessor 'org.projectlombok:lombok:1.18.20' implementation 'args4j:args4j:2.33' - implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.7.0' + implementation 'net.lingala.zip4j:zip4j:2.7.0' implementation 'net.java.dev.jna:jna-platform:5.0.0' // couldnt upgrade implementation 'org.simpleframework:simple-xml:2.7.1' implementation 'javax.xml.bind:jaxb-api:2.3.1'