Skip to content

Commit 3d01368

Browse files
committed
BridJ: fix compilation with latest velocity maven plugin
1 parent 035f6eb commit 3d01368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/nativelibs4java/velocity/VelocityMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ private boolean executeAll(File velocitySources, boolean isTest) throws MojoExec
286286

287287
StringWriter out = new StringWriter();
288288

289-
boolean quoteComments = false;
289+
boolean quoteComments = true;
290290
if (quoteComments) {
291291
String source = readTextFile(file);
292292
String quoted = quoteSharpsInComments(source);

0 commit comments

Comments
 (0)