From 967ae89795dcc0415c099b3ef8e7939850f2a926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20M=C3=B8lg=C3=A5rd=20Vester?= Date: Wed, 17 Mar 2021 17:50:09 +0100 Subject: [PATCH] New version --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index c254cf4..d8b9314 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "com.github.bjornvester" -version = "1.5-snapshot" +version = "1.4.1" allprojects { repositories { @@ -43,7 +43,7 @@ pluginBundle { (plugins) { "xjcPlugin" { description = "Changes:\n" + - "- Upgrade default version of XJC from version 2.3.2 to 2.3.3" + "- Carry the LANG environment over from the main environment to the XJC worker process to ensure the correct encoding is used" } } }