This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git


The following commit(s) were added to refs/heads/main by this push:
     new 0f2ace0  Fix the templated `java-target-version` AsciiDoc property
0f2ace0 is described below

commit 0f2ace0b7a34b36ea1a8569b76e64dcc32f36e56
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Wed Sep 27 14:26:03 2023 +0200

    Fix the templated `java-target-version` AsciiDoc property
---
 src/site/_constants.adoc      | 2 +-
 src/site/_constants.tmpl.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/_constants.adoc b/src/site/_constants.adoc
index 9ac7445..ee24a71 100644
--- a/src/site/_constants.adoc
+++ b/src/site/_constants.adoc
@@ -37,6 +37,6 @@
 :project-version: 1.3.0-SNAPSHOT
 :project-name: Log4j Kotlin API
 :project-id: log4j-kotlin
-:java-target-version: 17.0.8
+:java-target-version: 8
 :java-compiler-version: [17,18)
 :kotlin-version: 1.6.21
diff --git a/src/site/_constants.tmpl.adoc b/src/site/_constants.tmpl.adoc
index ce4b5c5..99117d3 100644
--- a/src/site/_constants.tmpl.adoc
+++ b/src/site/_constants.tmpl.adoc
@@ -37,6 +37,6 @@
 :project-version: ${project.version}
 :project-name: Log4j Kotlin API
 :project-id: log4j-kotlin
-:java-target-version: ${java.version}
+:java-target-version: ${maven.compiler.target}
 :java-compiler-version: ${minimalJavaBuildVersion}
 :kotlin-version: ${kotlin.version}

Reply via email to