From 2c02d4e3a9e3c79eeb6732dbdf3faa58cd1201e0 Mon Sep 17 00:00:00 2001 From: Sam Gammon Date: Thu, 7 Mar 2024 19:12:39 -0800 Subject: [PATCH] fixup! apply jvm21 pom updates to `android` module Signed-off-by: Sam Gammon --- android/pom.xml | 27 +++++++++++++++++++++++++++ pom.xml | 4 ++++ 2 files changed, 31 insertions(+) diff --git a/android/pom.xml b/android/pom.xml index d59ce39455b6..85f09e8cc004 100644 --- a/android/pom.xml +++ b/android/pom.xml @@ -25,6 +25,7 @@ 2024-01-02T00:00:00Z UTF-8 + integration android android @@ -357,6 +358,19 @@ --no-module-directories + + + javadocs-jdk19plus + + [19,] + + + --enable-preview + + open-jre-modules @@ -462,5 +476,18 @@ + + javac-for-jvm18plus + + + [18,] + + + -Djava.security.manager=allow + + diff --git a/pom.xml b/pom.xml index 1eb3de13aa3a..2b896d9d407c 100644 --- a/pom.xml +++ b/pom.xml @@ -481,6 +481,10 @@ javac-for-jvm18plus + [18,]