You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The removal is a breaking change that occurred in a minor version bump. However, the package is clearly marked "internal", so we probably shouldn't be calling that method.
Describe the bug
Gradle version 8.8 removes the constructor signature used here:
OpenSearch/buildSrc/src/main/java/org/opensearch/gradle/info/GlobalBuildInfoPlugin.java
Line 202 in 771f4ec
Prior to the removal that method delegated to the constructor with
autoprovisioned
set falseRelated component
Build
To Reproduce
apply plugin: 'opensearch.opensearchplugin'
Sample failure:
opensearch-project/flow-framework#725
Expected behavior
The gradle build builds.
Additional Details
Additional context
The removal is a breaking change that occurred in a minor version bump. However, the package is clearly marked "internal", so we probably shouldn't be calling that method.
The removal occurred in this commit:
gradle/gradle@5044b43
The text was updated successfully, but these errors were encountered: