Skip to content

Commit 34aedda

Browse files
authored
Merge pull request #41 from grails/puneetbehl-patch-1
Update Micronaut Version to 3.0.1
2 parents 815b033 + 50ddf38 commit 34aedda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/org/grails/gradle/plugin/core/GrailsGradlePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ class GrailsGradlePlugin extends GroovyPlugin {
183183
}
184184

185185
protected String getDefaultMicronautVersion() {
186-
'2.2.1'
186+
'3.0.1'
187187
}
188188

189189
void addDefaultProfile(Project project, Configuration profileConfig) {

0 commit comments

Comments
 (0)