Version Bump & Added If RegexUtil crashes then program closes.
This commit is contained in:
parent
b165524c36
commit
8937d44428
|
@ -5,7 +5,7 @@ repositories {
|
|||
}
|
||||
|
||||
archivesBaseName = 'Simple Code Generator'
|
||||
version = '1.0.2'
|
||||
version = '1.0.3'
|
||||
apply plugin: 'maven'
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
|
|
|
@ -84,6 +84,7 @@ public class RegexUtil
|
|||
catch(Exception e)
|
||||
{
|
||||
e.printStackTrace();
|
||||
System.exit(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue