From 427838c0de98ee16bcc960d28d1252a5adfa9175 Mon Sep 17 00:00:00 2001 From: Gregor Gabriel Date: Tue, 31 Aug 2021 10:57:36 +0200 Subject: [PATCH] jitpack kobling? --- build.gradle | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 9145f8e..973ae9b 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'checkstyle' id 'pmd' id 'jacoco' - id 'com.github.johnrengelman.shadow' version '6.1.0' + id 'com.github.johnrengelman.shadow' version '5.2.0' id 'org.owasp.dependencycheck' version '6.2.2' id 'nebula.lint' version '17.1.1' } @@ -13,11 +13,12 @@ apply plugin: 'maven' group 'no.unit.marc' version '1.0-SNAPSHOT' -sourceCompatibility = JavaVersion.VERSION_11 // source-code version and must be <= targetCompatibility -targetCompatibility = JavaVersion.VERSION_11// bytecode target version +sourceCompatibility = JavaVersion.VERSION_11 +targetCompatibility = JavaVersion.VERSION_11 repositories { mavenCentral() + maven { url "https://jitpack.io" } } dependencies {