Skip to content

Commit b47904a

Browse files
committed
Fix assemble
1 parent 1e66d2d commit b47904a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
env:
3636
DEVELOCITY_BUILD_CACHE_NODE_USER: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
3737
DEVELOCITY_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
38-
run: ./gradlew build groovydoc
38+
run: ./gradlew build assemble groovydoc
3939
publish:
4040
if: github.event_name == 'push'
4141
needs: build

grails-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
api project(":grails-bootstrap")
2424
api project(":grails-spring")
2525

26-
api "org.grails:grails-datastore-core"
26+
api "org.grails:grails-datastore-core:${project['grails-datastore.version']}"
2727

2828
testImplementation "org.springframework:spring-jdbc"
2929

0 commit comments

Comments
 (0)