File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,12 @@ buildscript {
2929
3030 dependencies {
3131 classpath " org.opensearch.gradle:build-tools:${ opensearch_version} "
32+ classpath ' org.codehaus.plexus:plexus-utils:3.5.1'
33+ }
34+ configurations. classpath {
35+ resolutionStrategy {
36+ force ' org.codehaus.plexus:plexus-utils:3.5.1'
37+ }
3238 }
3339}
3440
@@ -115,6 +121,12 @@ allprojects {
115121}
116122
117123allprojects {
124+ configurations. all {
125+ resolutionStrategy {
126+ force ' org.codehaus.plexus:plexus-utils:3.5.1'
127+ }
128+ }
129+
118130 // Default to the apache license
119131 project. ext. licenseName = ' The Apache Software License, Version 2.0'
120132 project. ext. licenseUrl = ' http://www.apache.org/licenses/LICENSE-2.0.txt'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import com.github.jengelman.gradle.plugins.shadow.ShadowBasePlugin
77import org.opensearch.gradle.test.RestIntegTestTask
88
99plugins {
10- id ' com.github.johnrengelman .shadow'
10+ id ' com.gradleup .shadow'
1111 id ' jacoco'
1212 id ' maven-publish'
1313 id ' signing'
You can’t perform that action at this time.
0 commit comments