Skip to content

Commit 14f4709

Browse files
authored
Enable future java by default for developers (#865)
1 parent 2603721 commit 14f4709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/maven/plugins/hpi/RunMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public class RunMojo extends AbstractHpiMojo {
111111
/**
112112
* Arguments to pass to Winstone, e.g. --enable-future-java.
113113
*/
114-
@Parameter(property = "maven.hpi.winstoneArgs")
114+
@Parameter(property = "maven.hpi.winstoneArgs", defaultValue = "--enable-future-java")
115115
protected String winstoneArgs;
116116

117117
@Inject

0 commit comments

Comments
 (0)