Skip to content

Commit

Permalink
release 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Collins committed Jul 10, 2024
1 parent 8cc5dea commit ff385ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}
}

version "4.5.0-SNAPSHOT"
version "4.5.0"
group "org.grails.plugins"

apply plugin:"eclipse"
Expand Down Expand Up @@ -76,8 +76,8 @@ dependencies {
bootRun {
ignoreExitValue true
jvmArgs(
'-Dspring.output.ansi.enabled=always',
'-noverify',
'-Dspring.output.ansi.enabled=always',
'-noverify',
'-XX:TieredStopAtLevel=1',
'-Xmx1024m')
sourceResources sourceSets.main
Expand Down

0 comments on commit ff385ae

Please sign in to comment.