12345678910111213141516171819202122 |
-
-
-
-
-
-
-
-
-
-
-
- if (!hasProperty('mainClass')) {
- ext.mainClass = 'org.openzen.zenscript.scriptingexample.Main'
- }
-
- dependencies {
- compile project(':Parser')
- compile project(':JavaBytecodeCompiler')
- compile project(':CodeFormatter')
- compile project(':Validator')
- compile project(':Constructor')
- }
|