From 2cd9093cd06d455e9b0645c01958bae0cc499774 Mon Sep 17 00:00:00 2001 From: Neenu1995 Date: Mon, 26 Jul 2021 12:25:39 -0400 Subject: [PATCH 1/2] feat: update shared-config to java 1.8 --- pom.xml | 62 +++++++++++++++++++-------------------------------------- 1 file changed, 21 insertions(+), 41 deletions(-) diff --git a/pom.xml b/pom.xml index aa54b450..c025f865 100644 --- a/pom.xml +++ b/pom.xml @@ -171,8 +171,8 @@ maven-compiler-plugin 3.8.1 - 1.7 - 1.7 + 1.8 + 1.8 UTF-8 -Xlint:unchecked -Xlint:deprecation @@ -410,6 +410,25 @@ + + org.codehaus.mojo + animal-sniffer-maven-plugin + + + java8 + + check + + + + org.codehaus.mojo.signature + java18 + 1.0 + + + + + @@ -711,45 +730,6 @@ - - autovalue-java7 - - 1.7 - - ${basedir}/EnableAutoValue.txt - - - - - 1.4 - - - - - maven-compiler-plugin - - - - com.google.auto.value - auto-value - ${auto-value.version} - - - - - - - - autovalue-java8 From 7fd180ff3f23c956a4b346b3b5b3d3f849f1eb19 Mon Sep 17 00:00:00 2001 From: Neenu1995 Date: Mon, 26 Jul 2021 13:34:47 -0400 Subject: [PATCH 2/2] chore: make jav7 units check not required --- .github/sync-repo-settings.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 6bddd18e..a0c0cd49 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -34,7 +34,6 @@ branchProtectionRules: - "linkage-monitor" - "lint" - "clirr" - - "units (7)" - "units (8)" - "units (11)" - "Kokoro - Test: Integration"