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" 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