mirror of
https://github.com/wazuh/wazuh-indexer-plugins.git
synced 2025-12-10 12:50:43 -06:00
Upgrade to Gradle 8.14.3 (#649)
* Upgrade to Gradle 8.14.3 * Change broken sonatype link for new snapshot bucket --------- Co-authored-by: Jorge Sanchez <jorge.sanchez@wazuh.com>
This commit is contained in:
parent
792cf70e7e
commit
feab5a42c2
@ -32,7 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
- Add Security Compliance fields to the WCS [(#643)](https://github.com/wazuh/wazuh-indexer-plugins/pull/643)
|
||||
|
||||
### Dependencies
|
||||
-
|
||||
- Upgrade to Gradle 8.14.3 [(#649)](https://github.com/wazuh/wazuh-indexer-plugins/pull/649)
|
||||
|
||||
### Changed
|
||||
- Replace dependabot's directories keys with wildcard [(#443)](https://github.com/wazuh/wazuh-indexer-plugins/pull/443)
|
||||
|
||||
3
gradle/wrapper/gradle-wrapper.properties
vendored
3
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,7 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
|
||||
distributionSha256Sum=ed1a8d686605fd7c23bdf62c7fc7add1c5b23b2bbc3721e661934ef4a4911d7c
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-all.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
||||
@ -3,7 +3,7 @@ import java.util.concurrent.Callable
|
||||
|
||||
buildscript {
|
||||
ext {
|
||||
opensearch_version = System.getProperty("opensearch.version", "3.3.2")
|
||||
opensearch_version = System.getProperty("opensearch.version", "3.3.2-SNAPSHOT")
|
||||
opensearch_build = opensearch_version.replace("-SNAPSHOT","") + ".0"
|
||||
wazuh_version = System.getProperty("version", "5.0.0")
|
||||
revision = System.getProperty("revision", "0")
|
||||
@ -11,13 +11,12 @@ buildscript {
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
|
||||
maven { url "https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
|
||||
mavenCentral()
|
||||
maven { url "https://plugins.gradle.org/m2/" }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath "org.opensearch.gradle:build-tools:${opensearch_version.replace('-SNAPSHOT', '')}"
|
||||
classpath "org.opensearch.gradle:build-tools:${opensearch_version}"
|
||||
}
|
||||
}
|
||||
@ -104,7 +103,7 @@ dependencyLicenses.enabled = false
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
|
||||
maven { url "https://ci.opensearch.org/ci/dbc/snapshots/maven/" }
|
||||
mavenCentral()
|
||||
maven { url "https://plugins.gradle.org/m2/" }
|
||||
}
|
||||
|
||||
@ -15,7 +15,9 @@
|
||||
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-all.zip
|
||||
distributionSha256Sum=ed1a8d686605fd7c23bdf62c7fc7add1c5b23b2bbc3721e661934ef4a4911d7c
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-all.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionSha256Sum=682b4df7fe5accdca84a4d1ef6a3a6ab096b3efd5edf7de2bd8c758d95a93703
|
||||
Loading…
x
Reference in New Issue
Block a user