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) {
59
59
}
60
60
61
61
project .getPluginManager ().apply ("elasticsearch.java" );
62
- project .getPluginManager ().apply ("elasticsearch.publish" );
63
62
project .getPluginManager ().apply (ElasticsearchJavadocPlugin .class );
64
63
project .getPluginManager ().apply (DependenciesInfoPlugin .class );
65
64
project .getPluginManager ().apply (SnykDependencyMonitoringGradlePlugin .class );
Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ java {
17
17
18
18
group = " ${ group} .client.test"
19
19
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
-
24
20
dependencies {
25
21
api " org.apache.httpcomponents:httpcore:${ versions.httpcore} "
26
22
api " com.carrotsearch.randomizedtesting:randomizedtesting-runner:${ versions.randomizedrunner} "
You can’t perform that action at this time.
0 commit comments