Skip to content

Commit d459e30

Browse files
committed
Update hone-maven-plugin version to 0.23.0 and add skipOnWindows configuration.
1 parent ae5cc5c commit d459e30

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
<plugin>
218218
<groupId>org.eolang</groupId>
219219
<artifactId>hone-maven-plugin</artifactId>
220-
<version>0.22.1</version>
220+
<version>0.23.0</version>
221221
<executions>
222222
<execution>
223223
<goals>
@@ -227,6 +227,7 @@
227227
<configuration>
228228
<rules>streams/*</rules>
229229
<skipWithoutDocker>true</skipWithoutDocker>
230+
<skipOnWindows>true</skipOnWindows>
230231
</configuration>
231232
</execution>
232233
</executions>

0 commit comments

Comments
 (0)