Skip to content

Commit

Permalink
fix: Use same default port as the CLI tool
Browse files Browse the repository at this point in the history
  • Loading branch information
rhwood authored Apr 15, 2020
1 parent 4b6b7fe commit 755ef0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jbake/maven/InlineMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class InlineMojo extends WatchMojo {
/**
* Listen Port
*/
@Parameter(property = "jbake.port", defaultValue = "8080")
@Parameter(property = "jbake.port", defaultValue = "8820")
private Integer port;

protected void stopServer() throws MojoExecutionException {
Expand Down

0 comments on commit 755ef0a

Please sign in to comment.