From 6fc5216238967afc7954effe26bbd1e2c3ee6176 Mon Sep 17 00:00:00 2001 From: Dustin Jenkins Date: Tue, 9 Jan 2024 07:00:17 -0800 Subject: [PATCH] Still need source compatibility with 1.8. --- cadc-web-token/build.gradle | 4 ++-- opencadc.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cadc-web-token/build.gradle b/cadc-web-token/build.gradle index 7c2f52b..74ae6ec 100644 --- a/cadc-web-token/build.gradle +++ b/cadc-web-token/build.gradle @@ -22,8 +22,8 @@ repositories { } group = 'org.opencadc' -version = '1.0.2' -sourceCompatibility = '11' +version = '1.1.0' +sourceCompatibility = '1.8' // Minimal publishing required to run publishToMavenLocal with Gradle version >= 7 publishing { diff --git a/opencadc.gradle b/opencadc.gradle index 314a369..1f83014 100644 --- a/opencadc.gradle +++ b/opencadc.gradle @@ -3,7 +3,7 @@ configurations { } dependencies { - testCompile 'com.puppycrawl.tools:checkstyle:8.2' + testImplementation 'com.puppycrawl.tools:checkstyle:8.2' checkstyleDep 'org.opencadc:cadc-quality:1.+' }