File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ afterEvaluate {
1414 version = " ${ project.version} " - " -SNAPSHOT"
1515
1616 into ' /usr/share/opensearch/plugins'
17- from(zipTree(bundlePlugin. archivePath )) {
17+ from(zipTree(bundlePlugin. archiveFile )) {
1818 into opensearchplugin. name
1919 }
2020
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionSha256Sum =ed1a8d686605fd7c23bdf62c7fc7add1c5b23b2bbc3721e661934ef4a4911d7c
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -all.zip
3+ distributionSha256Sum =b84e04fa845fecba48551f425957641074fcc00a88a84d2aae5808743b35fc85
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -all.zip
55networkTimeout =10000
66validateDistributionUrl =true
77zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments