-
Notifications
You must be signed in to change notification settings - Fork 15
chore(deps): Bump gradle-wrapper from 9.1.0 to 9.5.0 in /pbj-integration-tests #807
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
2a03f85
afd0076
2373ede
83b36fc
54ff948
142eadb
78c4802
1dc76ac
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,9 @@ | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip | ||
| networkTimeout=10000 | ||
| retries=0 | ||
| retryBackOffMs=500 | ||
| validateDistributionUrl=true | ||
| zipStoreBase=GRADLE_USER_HOME | ||
| zipStorePath=wrapper/dists |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,29 +1,9 @@ | ||
| // SPDX-License-Identifier: Apache-2.0 | ||
| import org.gradlex.javamodule.moduleinfo.ExtraJavaModuleInfoPluginExtension | ||
| import org.gradlex.jvm.dependency.conflict.resolution.JvmDependencyConflictsExtension | ||
|
|
||
| plugins { id("org.hiero.gradle.build") version "0.6.3" } | ||
| plugins { id("org.hiero.gradle.build") version "0.7.7" } | ||
|
|
||
| javaModules { | ||
| directory(".") { | ||
| group = "com.hedera.pbj" | ||
| module("pbj-compiler") // no 'module-info.java' | ||
| } | ||
| } | ||
|
|
||
| // The patch rules below can be removed once "org.hiero.gradle.build" contains the following update: | ||
| // https://github.com/hiero-ledger/hiero-gradle-conventions/issues/444 | ||
| @Suppress("UnstableApiUsage") | ||
| gradle.lifecycle.beforeProject { | ||
| plugins.withId("org.hiero.gradle.base.jpms-modules") { | ||
| configure<JvmDependencyConflictsExtension> { | ||
| patch.module("io.prometheus:simpleclient") { | ||
| addRuntimeOnlyDependency("io.prometheus:simpleclient_tracer_common") | ||
| } | ||
| } | ||
| configure<ExtraJavaModuleInfoPluginExtension> { | ||
| module("io.micrometer:micrometer-registry-otlp", "micrometer.registry.otlp") | ||
| module("io.opentelemetry.proto:opentelemetry-proto", "io.opentelemetry.proto") | ||
| } | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,9 @@ | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip | ||
| networkTimeout=10000 | ||
| retries=0 | ||
| retryBackOffMs=500 | ||
| validateDistributionUrl=true | ||
| zipStoreBase=GRADLE_USER_HOME | ||
| zipStorePath=wrapper/dists |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.