temporary commit

This commit is contained in:
2023-10-03 15:02:19 +08:00
parent 67161e92aa
commit 1747d946ec
13 changed files with 751 additions and 3 deletions

View File

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