Skip to content

Commit

Permalink
Generate Spring Boot Configuration metadata file
Browse files Browse the repository at this point in the history
Closes gh-17
  • Loading branch information
rainboyan committed Nov 4, 2024
1 parent 38dd88d commit 28d572e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions grace-plugin-scaffolding/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
dependencies {
compileOnly "org.graceframework:grace-boot:$graceVersion"
api "org.graceframework:grace-core:$graceVersion", {
compileOnly "jakarta.servlet:jakarta.servlet-api"
compileOnly "org.graceframework:grace-boot"
api "org.graceframework:grace-core", {
exclude group: 'org.graceframework', module: 'grace-datastore-core'
}
api "org.graceframework:grace-plugin-rest:$graceVersion"
api "org.graceframework:grace-web-gsp:$graceVersion"
compileOnly "jakarta.servlet:jakarta.servlet-api:$servletApiVersion"
api "org.graceframework:grace-plugin-rest"
api "org.graceframework:grace-web-gsp"
api "org.springframework.boot:spring-boot-autoconfigure"
annotationProcessor "org.springframework.boot:spring-boot-autoconfigure-processor"
annotationProcessor "org.springframework.boot:spring-boot-configuration-processor"
}

0 comments on commit 28d572e

Please sign in to comment.