This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
plugins {
|
||||
id 'antlr'
|
||||
id 'jacoco'
|
||||
alias catalog.plugins.multi.release.jar
|
||||
}
|
||||
|
||||
configurations {
|
||||
@@ -20,3 +22,7 @@ generateGrammarSource {
|
||||
maxHeapSize = "64m"
|
||||
arguments += ['-package', 'net.woggioni.wson.wcfg']
|
||||
}
|
||||
|
||||
ext {
|
||||
setProperty('jpms.module.name', 'net.woggioni.wson.wcfg')
|
||||
}
|
Reference in New Issue
Block a user