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
Describe the bug
Unable to include openapi-style-validator Gradle plugin in project
org.gradle.api.artifacts.ResolveException: Could not resolve all dependencies for configuration ':<redacted>-api:detachedConfiguration80'.
at org.gradle.api.internal.artifacts.ResolveExceptionContextualizer.contextualize(ResolveExceptionContextualizer.java:55)
at org.gradle.api.internal.artifacts.ivyservice.ErrorHandlingConfigurationResolver.resolveGraph(ErrorHandlingConfigurationResolver.java:75)
Thanks for reporting this. Unfortunately, the people that added the gradle plugin part are no longer very active in the project so I can't make false promise that I will be able to fix it soon. Gradle problem are usually quite complex to fix.
If anyone see this post and can help fix this, create a PR!
Describe the bug
Unable to include openapi-style-validator Gradle plugin in project
To Reproduce
implementation 'org.openapitools.openapistylevalidator:openapi-style-validator-gradle-plugin'
Options you used.
Minimal OpenApi Spec to reproduce the bug
Expected behavior
Build to complete.
Additional context
Running Gradle 8.6, IntelliJ Ultimate, in multi-repo project.
The text was updated successfully, but these errors were encountered: