Skip to content

Commit a2e8c3c

Browse files
authored
Merge branch 'main' into fix-typo-occured
2 parents 37aaa54 + 32840f9 commit a2e8c3c

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ buildscript {
2626

2727
repositories {
2828
mavenLocal()
29+
maven { url "https://ci.opensearch.org/maven2/" }
2930
mavenCentral()
3031
maven { url "https://plugins.gradle.org/m2/" }
3132
maven { url "https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
@@ -49,6 +50,7 @@ plugins {
4950

5051
repositories {
5152
mavenLocal()
53+
maven { url "https://ci.opensearch.org/maven2/" }
5254
mavenCentral()
5355
maven { url "https://plugins.gradle.org/m2/" }
5456
maven { url "https://ci.opensearch.org/ci/dbc/snapshots/maven/" }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=16f2b95838c1ddcf7242b1c39e7bbbb43c842f1f1a1a0dc4959b6d4d68abcac3
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-all.zip
3+
distributionSha256Sum=708d2c6ecc97ca9a11838ef64a6c2301151b8dd10387e22dc1a12c30557cab5b
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-all.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Version 3.7.0 Release Notes
2+
3+
Compatible with OpenSearch and OpenSearch Dashboards version 3.7.0
4+
5+
### Infrastructure
6+
7+
* Add issues write permission to untriaged label workflow to fix 403 error when applying labels ([#833](https://github.com/opensearch-project/asynchronous-search/pull/833))
8+
* Upgrade Gradle wrapper to 9.4.1 to meet GlobalBuildInfoPlugin requirements ([#835](https://github.com/opensearch-project/asynchronous-search/pull/835))

settings.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

6-
6+
pluginManagement {
7+
repositories {
8+
maven { url "https://ci.opensearch.org/maven2/" }
9+
gradlePluginPortal()
10+
mavenCentral()
11+
}
12+
}
713

814
rootProject.name = 'asynchronous-search'

0 commit comments

Comments
 (0)