switched build system from sbt to Gradle
This commit is contained in:
17
settings.gradle
Normal file
17
settings.gradle
Normal file
@@ -0,0 +1,17 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
}
|
||||
|
||||
plugins {
|
||||
id 'org.jetbrains.kotlin.jvm' version getProperty('version.kotlin')
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = 'wson'
|
||||
|
||||
def includeDirs = ['antlr', 'benchmark', 'test-utils', 'cli']
|
||||
|
||||
includeDirs.each {
|
||||
include(it)
|
||||
}
|
Reference in New Issue
Block a user