Skip to content

Commit

Permalink
fixed build fail on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Graur committed Aug 1, 2022
1 parent 7ab0813 commit d2f0931
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ SOFTWARE
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration combine.self="override"/>
</plugin>
<plugin>
<groupId>org.eolang</groupId>
<artifactId>eo-maven-plugin</artifactId>
Expand Down

0 comments on commit d2f0931

Please sign in to comment.