From fcfda8b98e633eb42bcaf4d8be0f62d8ff1c5f73 Mon Sep 17 00:00:00 2001 From: bclayton-usgs <bclayton@usgs.gov> Date: Tue, 2 Jun 2020 13:50:42 -0600 Subject: [PATCH] cleanup --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 347e0cf..dc85ce6 100644 --- a/build.gradle +++ b/build.gradle @@ -1,13 +1,13 @@ plugins { id "application" - id "java" + id "com.diffplug.gradle.spotless" version "${spotlessVersion}" id "com.github.johnrengelman.shadow" version "5.2.0" - id "net.ltgt.apt-eclipse" version "0.21" + id "com.github.spotbugs" version "${spotbugsVersion}" + id "com.star-zero.gradle.githook" version "${githooksVersion}" id "eclipse-wtp" id "jacoco" - id "com.star-zero.gradle.githook" version "${githooksVersion}" - id "com.github.spotbugs" version "${spotbugsVersion}" - id "com.diffplug.gradle.spotless" version "${spotlessVersion}" + id "java" + id "net.ltgt.apt-eclipse" version "0.21" } sourceCompatibility = JavaVersion.VERSION_11 -- GitLab