Smallbugfix
This commit is contained in:
parent
4a72afdb1c
commit
9c4c33c1eb
|
@ -5,7 +5,7 @@ repositories {
|
|||
}
|
||||
|
||||
archivesBaseName = 'Simple Code Generator'
|
||||
version = '1.1.1'
|
||||
version = '1.1.2'
|
||||
apply plugin: 'maven'
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
|
|
|
@ -80,7 +80,7 @@ public class ConditionedSegment
|
|||
}
|
||||
else if(trimmed.startsWith("#endignore"))
|
||||
{
|
||||
postSegments.add(new PostSegment(segmentText.toString(), "#ignoreLine"+ignoreSegmentId));
|
||||
postSegments.add(new PostSegment(segmentText.toString(), ignoreSegmentId));
|
||||
segments.add(segment);
|
||||
return i - currentIndex;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue