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 1654815 commit 03b0f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grace-plugin-events/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
api "org.graceframework:grace-core:$graceVersion"
api project(":grace-events"), project(":grace-events-transform")
api project(":grace-events-compat")
compileOnly project(":grace-events-compat")
}

jar {
Expand Down

0 comments on commit 03b0f87

Please sign in to comment.