We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e66d2d commit b47904aCopy full SHA for b47904a
.github/workflows/gradle.yml
@@ -35,7 +35,7 @@ jobs:
35
env:
36
DEVELOCITY_BUILD_CACHE_NODE_USER: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
37
DEVELOCITY_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
38
- run: ./gradlew build groovydoc
+ run: ./gradlew build assemble groovydoc
39
publish:
40
if: github.event_name == 'push'
41
needs: build
grails-core/build.gradle
@@ -23,7 +23,7 @@ dependencies {
23
api project(":grails-bootstrap")
24
api project(":grails-spring")
25
26
- api "org.grails:grails-datastore-core"
+ api "org.grails:grails-datastore-core:${project['grails-datastore.version']}"
27
28
testImplementation "org.springframework:spring-jdbc"
29
0 commit comments