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

initial updates for Grails 7 #235

Open
wants to merge 4 commits into
base: 6.0.x
Choose a base branch
from
Open

Conversation

jamesfredley
Copy link
Collaborator

This was a very quick pass to get the plugin to build only.

testCompile "org.grails:grails-gorm-testing-support"
testCompile "org.mockito:mockito-core"
testCompile "org.grails:grails-web-testing-support"
testCompile "org.grails.plugins:geb"

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

Copy link
Collaborator Author

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"

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?

Copy link
Collaborator Author

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.

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 this pull request may close these issues.

2 participants