Skip to content

grails5 upgrade#6

Open
niravassar wants to merge 1 commit intomasterfrom
grails5
Open

grails5 upgrade#6
niravassar wants to merge 1 commit intomasterfrom
grails5

Conversation

@niravassar
Copy link
Copy Markdown
Contributor

No description provided.

@niravassar niravassar requested a review from sdelamo November 1, 2021 15:43
Comment thread complete/build.gradle
@@ -5,8 +5,8 @@ buildscript {
}
dependencies {
classpath "org.grails:grails-gradle-plugin:$grailsVersion"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be decoupled from grails version

@@ -1,2 +1,6 @@
grailsVersion=4.0.1
gormVersion=7.0.2.RELEASE No newline at end of file
grailsVersion=5.0.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

grails version should be 5.0.1

grailsVersion=4.0.1
gormVersion=7.0.2.RELEASE No newline at end of file
grailsVersion=5.0.0
gormVersion=7.1.0.M5
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be GORM 7.1.0

Comment thread initial/build.gradle
@@ -5,20 +5,20 @@ buildscript {
}
dependencies {
classpath "org.grails:grails-gradle-plugin:$grailsVersion"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be decoupled from grails version

Comment thread initial/gradle.properties
@@ -1,2 +1,6 @@
grailsVersion=4.0.1
gormVersion=7.0.2.RELEASE
grailsVersion=5.0.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

grails version should be 5.0.1

Comment thread initial/gradle.properties
grailsVersion=4.0.1
gormVersion=7.0.2.RELEASE
grailsVersion=5.0.0
gormVersion=7.1.0.M5
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be GORM 7.1.0

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