-
Notifications
You must be signed in to change notification settings - Fork 60
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
initial updates for Grails 7 #235
base: 6.0.x
Are you sure you want to change the base?
Conversation
testCompile "org.grails:grails-gorm-testing-support" | ||
testCompile "org.mockito:mockito-core" | ||
testCompile "org.grails:grails-web-testing-support" | ||
testCompile "org.grails.plugins:geb" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was Geb not used? I don't see the testFixatures line to use the container version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Geb and Selenium are not currently used in any of the tests. Do you want to remove these dependencies for now?
id "org.asciidoctor.jvm.convert" version "$asciidoctorJvmVersion" | ||
id "org.asciidoctor.jvm.pdf" version "$asciidoctorJvmVersion" | ||
id "org.asciidoctor.jvm.epub" version "$asciidoctorJvmVersion" | ||
id "com.jfrog.artifactory" version "$artifactoryVersion" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why use this plugin still when maven publish / grails publish is capable of publishing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this just updates the version, let's tackle publishing in another PR.
This was a very quick pass to get the plugin to build only.