Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SableCC Gradle plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
SableCC Gradle plugin
Commits
3ec6e4c8
Commit
3ec6e4c8
authored
4 months ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Fix SableCCTask.maxHeapSize not being initialized explicitly
parent
8d210cce
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/de/hhu/stups/sablecc/gradle/SableCCTask.java
+1
-0
1 addition, 0 deletions
src/main/java/de/hhu/stups/sablecc/gradle/SableCCTask.java
with
1 addition
and
0 deletions
src/main/java/de/hhu/stups/sablecc/gradle/SableCCTask.java
+
1
−
0
View file @
3ec6e4c8
...
...
@@ -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
();
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment