代码拉取完成,页面将自动刷新
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'
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。