代码拉取完成,页面将自动刷新
plugins {
id 'java'
}
apply plugin: 'antlr'
apply from: 'upload.gradle'
group 'com.manymobi'
version '1.0.0-beta3-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
test {
useJUnitPlatform()
}
configurations {
compile {
extendsFrom = extendsFrom.findAll { it != configurations.antlr }
}
}
dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.7.1'
api 'org.antlr:antlr4-runtime:4.9.2'
api('org.slf4j:slf4j-api:1.7.30')
antlr("org.antlr:antlr4:4.9.2")
compileOnly 'org.elasticsearch.client:elasticsearch-rest-client:7.12.0'
compileOnly('io.projectreactor:reactor-core:3.3.13.RELEASE')
testImplementation('com.alibaba:fastjson:1.2.76')
compileOnly('com.alibaba:fastjson:1.2.76')
compileOnly('com.fasterxml.jackson.core:jackson-core:2.12.3')
compileOnly('com.fasterxml.jackson.core:jackson-databind:2.12.3')
testImplementation('com.fasterxml.jackson.core:jackson-core:2.12.3')
testImplementation('com.fasterxml.jackson.core:jackson-databind:2.12.3')
testImplementation('ch.qos.logback:logback-classic:1.2.3')
}
generateGrammarSource {
include("**/*.g4")
arguments += [
"-package", "com.manymobi.esdsl.antlr4",
"-lib", "src/main/antlr/com/manymobi/esdsl/antlr4",
"-visitor",
"-Xexact-output-dir"
]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。