File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/groovy/io/xh/hoist Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ dependencies {
4848 api " org.apache.grails:grails-gsp"
4949 api " org.apache.grails:grails-interceptors"
5050 api " org.apache.grails:grails-logging"
51- api " org.apache.grails:grails-quartz:4.0.0-M3"
5251 api " org.apache.grails:grails-services"
5352 api " org.apache.grails:grails-url-mappings"
5453 api " org.apache.grails:grails-web-boot"
@@ -61,6 +60,7 @@ dependencies {
6160 runtimeOnly " com.zaxxer:HikariCP"
6261
6362 api " org.grails.plugins:grails-mail:5.0.2"
63+ api " org.apache.grails:grails-quartz:4.0.0"
6464
6565 // --------------------
6666 // Hoist Additions
Original file line number Diff line number Diff line change 11xhReleaseVersion =34.0-SNAPSHOT
22
3- grailsVersion =7.0.0-RC2
3+ grailsVersion =7.0.0
44
55hazelcast.version =5.5.0
66
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ import static io.xh.hoist.util.Utils.createCustomOrDefault
2121
2222class HoistCoreGrailsPlugin extends Plugin {
2323
24- def grailsVersion = ' 7.0.0-RC2 '
25- def version = ' 33 .0-SNAPSHOT'
24+ def grailsVersion = ' 7.0.0'
25+ def version = ' 34 .0-SNAPSHOT'
2626 def title = ' hoist-core'
2727 def author = ' Extremely Heavy'
2828 def authorEmail
= ' [email protected] '
You can’t perform that action at this time.
0 commit comments