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

Migrate to Grails 3 #11

Merged
merged 7 commits into from
Sep 13, 2019
Merged

Conversation

JoshuaCWebDeveloper
Copy link
Contributor

@JoshuaCWebDeveloper JoshuaCWebDeveloper commented Jan 8, 2019

Note: This PR implements backwards incompatible changes, and should only be included as part of a major version release.

This PR includes the following PRs as dependencies:
#9

This PR migrates the app from grails 2 to grails 3. The biggest changes of note are:

  • Package has been renamed from org.grails.ignite to grails.plugins.ignite; however the maven repo is under the org.grails.plugins group.
  • Uses gradle for all dev tasks
  • New Grails configuration
  • New file/directory structure, including tests now under src and Groovy and Java files now under the same directory.

For more details, see http://docs.grails.org/3.0.17/guide/upgrading.html

@dstieglitz dstieglitz changed the base branch from master to grails3 September 13, 2019 20:50
@dstieglitz dstieglitz merged commit 4d42dc9 into dstieglitz:grails3 Sep 13, 2019
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