temporary commit2

This commit is contained in:
2023-10-03 19:53:24 +08:00
parent 1747d946ec
commit e75a0e551b
13 changed files with 63 additions and 41 deletions

View File

@@ -31,7 +31,15 @@ dependencyResolutionManagement {
rootProject.name = 'wson'
def includeDirs = ['antlr', 'benchmark', 'test-utils', 'wson-cli', 'wson-w3c-json', 'wcfg']
def includeDirs = [
'antlr',
'benchmark',
'test-utils',
'wson-cli',
'wson-w3c-json',
'wcfg',
'wcfg-cli'
]
includeDirs.each {
include(it)