-
Notifications
You must be signed in to change notification settings - Fork 24
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
Update Fields plugin from 3.0.0.RC1 to 5.0.3 #110
Conversation
If I could, I would approve this 👍🏻 |
I don't have access to this particular repo either, but if the checks pass, I would approve this. Maybe I am missing something, but,, when trying to load this repo locally, I get When removing that dependency in api "io.github.gpc:fields:$fieldsVersion"
//testImplementation "org.grails:grails-plugin-testing" |
@matrei what task are you running that results in an error?
|
@codeconsole It was actually only when loading the project in Intellij that the problem arose. Building from the command line ignores the problem. After looking a little closer, I see that there aren't even any tests in this project. So this belongs in it's own issue: ~\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. |
@codeconsole I created issue #111 and pr #112 as I didn't think this change belonged in this pr. |
b8386e6
to
6d88ad8
Compare
@matrei sorry, I didn't see that. I rolled back my removal commit and force pushed the pull request back to it's original state. |
No description provided.