Skip to content

Commit

Permalink
[KIE-684] GHA Windows failure in drools (#5590)
Browse files Browse the repository at this point in the history
- additional fix in maven-compiler-plugin
  • Loading branch information
tkobayas authored Dec 4, 2023
1 parent 3354987 commit b31092d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b31092d

Please sign in to comment.