Skip to content

Commit 4604fb6

Browse files
committed
Change activation for mapstruct-record to be java 17
1 parent 37dd4c2 commit 4604fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapstruct-record/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<profile>
8383
<id>java17</id>
8484
<activation>
85-
<jdk>17-ea</jdk>
85+
<jdk>17</jdk>
8686
</activation>
8787
<properties>
8888
<java.version>17</java.version>

0 commit comments

Comments
 (0)