Skip to content

Commit

Permalink
feat(#3092): back
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed May 2, 2024
1 parent 87381dc commit 002937c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-runtime/src/test/java/org/eolang/SnippetTestCase.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void runsAllSnippets(final String yml, final @TempDir Path temp) throws IOExcept
.phase("generate-sources")
.goals("register", "assemble", "verify", "transpile")
.configuration()
.set("failOnWarnings", "true ");
.set("failOnWarnings", "true");
f.build()
.plugins()
.append("org.codehaus.mojo", "exec-maven-plugin", "3.1.1")
Expand Down

0 comments on commit 002937c

Please sign in to comment.