From a8fb16c99302222f8193d0094a14b4c4c18e590a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89amonn=20McManus?= Date: Tue, 5 Nov 2024 07:25:13 -0800 Subject: [PATCH] Update to latest GWT. Only run GWT tests when JDK > 8, because they don't work with JDK 8 anymore. Fixes #1861 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1861 from eamonnmcmanus:updategwt b66d94792168f7c5d2671bb433adb7b96a7e6a27 PiperOrigin-RevId: 693341464 --- value/pom.xml | 10 +++++++++- value/src/it/functional/pom.xml | 2 +- value/src/it/gwtserializer/pom.xml | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/value/pom.xml b/value/pom.xml index f34d0cecc9..be27463338 100644 --- a/value/pom.xml +++ b/value/pom.xml @@ -78,7 +78,6 @@ annotations processor src/it/functional - src/it/gwtserializer @@ -208,6 +207,15 @@ + + gwt-test-only-post-java8 + + [11,) + + + src/it/gwtserializer + + sonatype-oss-release diff --git a/value/src/it/functional/pom.xml b/value/src/it/functional/pom.xml index ff115859ee..7feb841739 100644 --- a/value/src/it/functional/pom.xml +++ b/value/src/it/functional/pom.xml @@ -57,7 +57,7 @@ org.gwtproject gwt-user - 2.11.0 + 2.12.0 junit diff --git a/value/src/it/gwtserializer/pom.xml b/value/src/it/gwtserializer/pom.xml index 38b87be320..cb04fe133a 100644 --- a/value/src/it/gwtserializer/pom.xml +++ b/value/src/it/gwtserializer/pom.xml @@ -36,7 +36,7 @@ org.gwtproject gwt - 2.11.0 + 2.12.0 pom import