Skip to content
Snippets Groups Projects
Commit 3ec6e4c8 authored by dgelessus's avatar dgelessus
Browse files

Fix SableCCTask.maxHeapSize not being initialized explicitly

parent 8d210cce
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ public class SableCCTask extends SourceTask {
super();
this.sableCCClasspath = null;
this.maxHeapSize = null;
this.destinationJavaDir = this.getProject().getObjects().directoryProperty();
this.destinationResourcesDir = this.getProject().getObjects().directoryProperty();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment