Skip to content

Commit

Permalink
Make dependency grace-plugin-events and grace-events-compat compi…
Browse files Browse the repository at this point in the history
…leOnly
  • Loading branch information
rainboyan committed Aug 5, 2024
1 parent 5159ad8 commit c42a1f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grace-plugin-async/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
dependencies {
compileOnly "jakarta.servlet:jakarta.servlet-api:$servletApiVersion"
implementation "org.graceframework:grace-plugin-controllers:$graceVersion"
api project(':grace-plugin-events')
compileOnly project(':grace-plugin-events')
api project(':grace-async-core')
compileOnly project(":grace-events-compat")

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

0 comments on commit c42a1f2

Please sign in to comment.