From a0e03620fe0a72864f379df75993af34a32eddd6 Mon Sep 17 00:00:00 2001 From: bclayton-usgs <bclayton@usgs.gov> Date: Tue, 2 Jun 2020 15:01:47 -0600 Subject: [PATCH] update --- build.gradle | 2 +- gradle.properties | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dc85ce6..c33e721 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { id "eclipse-wtp" id "jacoco" id "java" - id "net.ltgt.apt-eclipse" version "0.21" + id "net.ltgt.apt-eclipse" version "${aptEclipseVersion}" } sourceCompatibility = JavaVersion.VERSION_11 diff --git a/gradle.properties b/gradle.properties index 4c0bc34..ee4d36d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,4 @@ +aptEclipseVersion = 0.21 githooksVersion = 1.2.0 jacksonVersion = 2.9.0 junitVersion = 5.5.2 -- GitLab