Skip to content

Commit

Permalink
Make dependency grace-events-compat compileOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jun 18, 2024
1 parent 03b0f87 commit e24e556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grace-plugin-async/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dependencies {
implementation "org.graceframework:grace-plugin-controllers:$graceVersion"
api project(':grace-plugin-events')
api project(':grace-async')
compileOnly project(":grace-events-compat")

testImplementation "javax.servlet:javax.servlet-api:$servletApiVersion"
testImplementation "org.graceframework:grace-test:$graceVersion"
Expand Down

0 comments on commit e24e556

Please sign in to comment.