We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae5cc5c commit d459e30Copy full SHA for d459e30
1 file changed
pom.xml
@@ -217,7 +217,7 @@
217
<plugin>
218
<groupId>org.eolang</groupId>
219
<artifactId>hone-maven-plugin</artifactId>
220
- <version>0.22.1</version>
+ <version>0.23.0</version>
221
<executions>
222
<execution>
223
<goals>
@@ -227,6 +227,7 @@
227
<configuration>
228
<rules>streams/*</rules>
229
<skipWithoutDocker>true</skipWithoutDocker>
230
+ <skipOnWindows>true</skipOnWindows>
231
</configuration>
232
</execution>
233
</executions>
0 commit comments