Skip to content

Commit

Permalink
#2660: show
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 7, 2023
1 parent 3937607 commit 66c553d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eo-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ SOFTWARE.
<dependency>
<groupId>com.yegor256</groupId>
<artifactId>farea</artifactId>
<version>0.0.9</version>
<version>0.0.11</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ void runsAllSnippets(final String yml) throws IOException {
.set("project.reporting.outputEncoding", "UTF-8");
f.files()
.file("src/main/eo/main.eo")
.write(String.format("%s\n", map.get("eo")));
.write(String.format("%s\n", map.get("eo")))
.show();
f.build()
.plugins()
.appendItself()
Expand Down

0 comments on commit 66c553d

Please sign in to comment.