Skip to content

Commit

Permalink
Fix assemble
Browse files Browse the repository at this point in the history
codeconsole committed Nov 2, 2024
1 parent 1e66d2d commit b47904a
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ jobs:
env:
DEVELOCITY_BUILD_CACHE_NODE_USER: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
DEVELOCITY_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
run: ./gradlew build groovydoc
run: ./gradlew build assemble groovydoc
publish:
if: github.event_name == 'push'
needs: build
2 changes: 1 addition & 1 deletion grails-core/build.gradle
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ dependencies {
api project(":grails-bootstrap")
api project(":grails-spring")

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

testImplementation "org.springframework:spring-jdbc"

1 comment on commit b47904a

@codeconsole
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.