Skip to content

Commit dc02da4

Browse files
Fix Java version incompatibility (25 -> 17)
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
1 parent e5d1341 commit dc02da4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<description>learning.dev xAPI Build</description>
1616
<url>https://github.com/BerryCloud/xapi-java</url>
1717
<properties>
18-
<java.version>25</java.version>
18+
<java.version>17</java.version>
1919
<jacoco-maven-plugin.version>0.8.14</jacoco-maven-plugin.version>
2020
<maven-checkstyle-plugin.version>3.5.0</maven-checkstyle-plugin.version>
2121
<checkstyle.version>10.6.0</checkstyle.version>

0 commit comments

Comments
 (0)