Skip to content

Commit

Permalink
Grace: fixes build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jan 1, 2024
1 parent e13c4e3 commit aa1cb81
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions grace-test-support/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
apply plugin: 'groovy'

dependencies {
api project(":grace-plugin-codecs")
api project(":grace-plugin-core")
Expand All @@ -10,10 +8,7 @@ dependencies {
api project(":grace-plugin-rest")
api project(":grace-test")

api libs.grails.plugin.async, {
exclude module: 'grails-plugin-controllers'
exclude module: 'grails-core'
}
api libs.grails.async
api libs.grails.plugin.gsp
api libs.groovy.test.junit5
api libs.grails.datastore.gorm
Expand Down

0 comments on commit aa1cb81

Please sign in to comment.