2 Star 0 Fork 0

mirrors_Orange-OpenSource/elasticsearch-readonlyrest-plugin

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
group = 'org.elasticsearch.plugin'
version = pluginVersion
buildscript {
ext {
pluginVersion = rootProject.properties['pluginVersion']
}
repositories {
mavenLocal()
mavenCentral()
jcenter()
}
dependencies {
classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.10.0'
}
}
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'license'
repositories {
mavenCentral()
maven { url 'https://repo.gradle.org/gradle/libs-releases' }
maven { url 'https://jitpack.io' }
}
dependencies {
compile 'com.google.guava:guava:21.0'
compile 'org.apache.httpcomponents:httpclient:4.5.2'
compile 'org.gradle:gradle-tooling-api:2.13'
compile 'org.apache.logging.log4j:log4j-core:2.7'
compile 'com.unboundid:unboundid-ldapsdk:3.2.0'
compile 'com.github.testcontainers.testcontainers-java:testcontainers:master-SNAPSHOT'
compile 'log4j:log4j:1.2.17'
compile 'org.slf4j:slf4j-simple:1.6.2'
}
license {
header rootProject.file('ReadonlyRESTLicenseHeader.txt')
skipExistingHeaders true
useDefaultMappings = false
mapping {
java = 'SLASHSTAR_STYLE'
}
}
task wrapper(type: Wrapper) {
gradleVersion = '3.5'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_Orange-OpenSource/elasticsearch-readonlyrest-plugin.git
git@gitee.com:mirrors_Orange-OpenSource/elasticsearch-readonlyrest-plugin.git
mirrors_Orange-OpenSource
elasticsearch-readonlyrest-plugin
elasticsearch-readonlyrest-plugin
master

搜索帮助