Skip to content

Commit

Permalink
Drools 10 has minimum JDK version 17
Browse files Browse the repository at this point in the history
  • Loading branch information
aasaru committed Dec 27, 2024
1 parent c5a783c commit e1b23de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<java.module.name>io.github.aasaru.drools-training</java.module.name>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<drools.version>10.0.0</drools.version>
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.release>17</maven.compiler.release>
</properties>

<repositories>
Expand Down

0 comments on commit e1b23de

Please sign in to comment.