Fixed Ignore Bug
This commit is contained in:
parent
9c4c33c1eb
commit
2fe297b708
|
@ -15,7 +15,7 @@ repositories {
|
|||
}
|
||||
}
|
||||
dependencies {
|
||||
compile 'de.speiger:Simple-Code-Generator:1.1.0'
|
||||
compile 'de.speiger:Simple-Code-Generator:1.1.3'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ repositories {
|
|||
}
|
||||
|
||||
archivesBaseName = 'Simple Code Generator'
|
||||
version = '1.1.2'
|
||||
version = '1.1.3'
|
||||
apply plugin: 'maven'
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
|
|
|
@ -14,6 +14,6 @@ public class IdGenerator
|
|||
|
||||
public String getId()
|
||||
{
|
||||
return "#ignoreLine"+builder.toString();
|
||||
return "#ignoreLine"+builder.toString()+"suffix";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue