File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ public void apply(final Project project) {
5959 }
6060
6161 project .getPluginManager ().apply ("elasticsearch.java" );
62- project .getPluginManager ().apply ("elasticsearch.publish" );
6362 project .getPluginManager ().apply (ElasticsearchJavadocPlugin .class );
6463 project .getPluginManager ().apply (DependenciesInfoPlugin .class );
6564 project .getPluginManager ().apply (SnykDependencyMonitoringGradlePlugin .class );
Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ java {
1717
1818group = " ${ group} .client.test"
1919
20- // rest client sniffer is licenses under Apache 2.0
21- projectLicenses. set([' The Apache Software License, Version 2.0' : providers. provider(() -> ' http://www.apache.org/licenses/LICENSE-2.0' )])
22- licenseFile. set(layout. getSettingsDirectory(). file(' licenses/APACHE-LICENSE-2.0.txt' ). asFile)
23-
2420dependencies {
2521 api " org.apache.httpcomponents:httpcore:${ versions.httpcore} "
2622 api " com.carrotsearch.randomizedtesting:randomizedtesting-runner:${ versions.randomizedrunner} "
You can’t perform that action at this time.
0 commit comments