Skip to content

Commit

Permalink
Add Java version properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
baldimir committed Oct 9, 2024
1 parent e8a1908 commit fd56d43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runners/dmn-tck-runner-drools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<junit.version>4.13.2</junit.version>

<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<repositories>
Expand Down

0 comments on commit fd56d43

Please sign in to comment.