Skip to content

Commit

Permalink
scaffolding-core needs to be api dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Oct 19, 2024
1 parent ea3c151 commit 3fd72d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ buildscript {
}
plugins {
id 'org.asciidoctor.jvm.convert' version '3.3.2'
id 'java-library'
}

version project.projectVersion
Expand Down Expand Up @@ -38,7 +39,7 @@ dependencies {
compileOnly "org.grails:grails-web-boot"
compileOnly "org.grails:grails-dependencies"

implementation "org.grails:scaffolding-core:$grailsScaffoldingVersion"
api "org.grails:scaffolding-core:$grailsScaffoldingVersion"

testImplementation "org.grails:grails-web-testing-support"
testImplementation "org.grails:grails-gorm-testing-support"
Expand Down

0 comments on commit 3fd72d9

Please sign in to comment.