Skip to content
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

Old unused dependency org.grails:grails-plugin-testing prevents loading in Intellij #111

Closed
matrei opened this issue Jul 25, 2024 · 0 comments · Fixed by #112
Closed

Old unused dependency org.grails:grails-plugin-testing prevents loading in Intellij #111

matrei opened this issue Jul 25, 2024 · 0 comments · Fixed by #112

Comments

@matrei
Copy link
Contributor

matrei commented Jul 25, 2024

Even though there aren't currently any tests, this project has a dependency on org.grails:grails-plugin-testing.
This library is no longer available.

Skärmbild 2024-07-25 054231

~\Projects\grails\scaffolding git:[5.0.x]
./gradlew dI --dependency org.grails:grails-plugin-testing --configuration testCompileClasspath

> Task :dependencyInsight
org.grails:grails-plugin-testing: FAILED
   Failures:
      - Could not find org.grails:grails-plugin-testing:.

org.grails:grails-plugin-testing FAILED
\--- testCompileClasspath

A web-based, searchable dependency report is available by adding the --scan option.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
matrei added a commit to matrei/scaffolding that referenced this issue Jul 25, 2024
The `org.grails:grails-plugin-testing` dependency is no longer in use and has been removed from the Grails core repository in commits e75bf0a3 and 7e2f4ff4.

Closes: grails#111
@matrei matrei closed this as completed in 827ed0d Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant