File tree Expand file tree Collapse file tree 1 file changed +5
-16
lines changed
Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change 121121
122122 <profiles >
123123 <profile >
124- <id >jdk16on </id >
124+ <id >jdk17on </id >
125125 <activation >
126- <jdk >[16 ,)</jdk >
126+ <jdk >[17 ,)</jdk >
127127 </activation >
128- <build >
129- <pluginManagement >
130- <plugins >
131- <plugin >
132- <groupId >org.apache.maven.plugins</groupId >
133- <artifactId >maven-surefire-plugin</artifactId >
134- <configuration >
135- <fork >true</fork >
136- <argLine >${argLine} -Djdk.attach.allowAttachSelf --add-opens java.base/java.util=ALL-UNNAMED</argLine >
137- </configuration >
138- </plugin >
139- </plugins >
140- </pluginManagement >
141- </build >
128+ <properties >
129+ <argLine >-Djdk.attach.allowAttachSelf --add-opens java.base/java.util=ALL-UNNAMED</argLine >
130+ </properties >
142131 </profile >
143132 </profiles >
144133
You can’t perform that action at this time.
0 commit comments