This is an automated email from the ASF dual-hosted git repository.
mariofusco pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/main by this push:
new b31092d50d [KIE-684] GHA Windows failure in drools (#5590)
b31092d50d is described below
commit b31092d50d92ea8333e83c930c90fc91a1efe216
Author: Toshiya Kobayashi <[email protected]>
AuthorDate: Mon Dec 4 16:36:47 2023 +0900
[KIE-684] GHA Windows failure in drools (#5590)
- additional fix in maven-compiler-plugin
---
build-parent/pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/build-parent/pom.xml b/build-parent/pom.xml
index 445879b659..20be5836ac 100644
--- a/build-parent/pom.xml
+++ b/build-parent/pom.xml
@@ -1324,6 +1324,14 @@
<build>
<pluginManagement>
<plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>${version.compiler.plugin}</version>
+ <configuration>
+ <encoding>UTF-8</encoding>
+ </configuration>
+ </plugin>
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]