summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2021-05-12 05:41:25 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2021-05-12 05:41:54 +0200
commit121a631215485e4f5ebb6e8eb0f81bdc7d8d4e64 (patch)
treeedd8fb276c893a215a42b3b4ca2c25cbcc7a0e3b /pom.xml
parent3a997daf521b13a3e2792198708b6613464b5f75 (diff)
Downgrade to Java 11.
Downgrades to Java 11 in order to support consumers that are not on Java 16 yet. Change-Id: Ia5930d1c40d0090ca145fd14c0b63a139e4ac970
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f96e9d5..b2085ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,6 +12,7 @@
<name>Quarkus Google Cloud JSON Logging Extension - Parent</name>
<url>https://gerrit.benkard.de/plugins/gitiles/quarkus-googlecloud-jsonlogging</url>
+
<description>
A Quarkus extension that logs to standard output in a JSON format
compatible with Google Cloud Logging.
@@ -46,7 +47,7 @@
<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
- <maven.compiler.release>16</maven.compiler.release>
+ <maven.compiler.release>11</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>