File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ dependencies {
6868 implementation " org.graceframework:grace-plugin-url-mappings"
6969 implementation " org.graceframework.plugins:cache"
7070 implementation " org.graceframework.plugins:async"
71- implementation " org.graceframework.plugins:dynamic-modules:1.0.0-M1 "
71+ implementation " org.graceframework.plugins:dynamic-modules:$d ynamicModulesVersion "
7272 implementation " org.graceframework.plugins:scaffolding"
7373 implementation " org.graceframework.plugins:events"
7474 implementation " org.graceframework.plugins:fields"
Original file line number Diff line number Diff line change 11projectVersion =1.0.0-SNAPSHOT
22graceVersion =2023.0.0
33groovyVersion =4.0.22
4+ dynamicModulesVersion =1.0.0-RC1
45org.gradle.daemon =true
56org.gradle.parallel =true
67org.gradle.jvmargs =-Dfile.encoding =UTF-8 -Xmx1024M
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
3636 compileOnly " org.graceframework:grace-core"
3737 compileOnly " org.graceframework:grace-plugin-controllers"
3838 compileOnly " org.graceframework:grace-plugin-gsp"
39- implementation " org.graceframework.plugins:dynamic-modules:1.0.0-M1 "
39+ implementation " org.graceframework.plugins:dynamic-modules:$d ynamicModulesVersion "
4040 implementation " org.apache.commons:commons-lang3:3.12.0"
4141 profile " org.graceframework.profiles:web-plugin"
4242}
You can’t perform that action at this time.
0 commit comments