From 55bfc2294c318cdfd79e8659b7bc63af7937ceaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rg=20Prante?= Date: Wed, 22 Jan 2020 14:32:47 +0100 Subject: [PATCH] cosmetic --- build.gradle | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index a6fea58..68672d9 100644 --- a/build.gradle +++ b/build.gradle @@ -2,13 +2,9 @@ plugins { id "io.codearte.nexus-staging" version "0.21.1" } -apply plugin: 'java' +apply plugin: 'java-library' apply plugin: 'maven' -repositories { - mavenCentral() -} - compileJava { sourceCompatibility = JavaVersion.VERSION_11 targetCompatibility = JavaVersion.VERSION_11