switch to lys-catalog
This commit is contained in:
@@ -5,14 +5,13 @@ plugins {
|
||||
dependencies {
|
||||
implementation rootProject
|
||||
|
||||
testImplementation group: "net.woggioni", name: "jwo"
|
||||
testImplementation catalog.jwo
|
||||
testImplementation project(':test-utils')
|
||||
testImplementation group: "com.fasterxml.jackson.core", name: "jackson-databind"
|
||||
testImplementation group: "org.tukaani", name: "xz"
|
||||
testImplementation catalog.jackson.databind
|
||||
testImplementation catalog.xz
|
||||
|
||||
antlr platform(group: 'com.lys', name: 'lys-dependencies', version: getProperty('lys.version'))
|
||||
antlr group: "org.antlr", name: "antlr4"
|
||||
antlr group: "org.antlr", name: "antlr4-runtime"
|
||||
antlr catalog.antlr
|
||||
antlr catalog.antlr.runtime
|
||||
}
|
||||
|
||||
generateGrammarSource {
|
||||
|
Reference in New Issue
Block a user