Skip to content

Commit

Permalink
Apply grace-plugin to async and events
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jan 13, 2024
1 parent 44179ac commit 98ea4f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ nexusPublishing {
subprojects { project->
if (project.name.startsWith('grace-plugin')) {
group "org.graceframework.plugins"

apply plugin: 'org.graceframework.grace-plugin'
}
else {
group "org.graceframework"
Expand Down
2 changes: 2 additions & 0 deletions grace-plugin-async/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
apply plugin:"org.graceframework.grace-plugin"

dependencies {
compileOnly "javax.servlet:javax.servlet-api:$servletApiVersion"
compileOnly 'javax:javaee-web-api:6.0'
Expand Down
2 changes: 2 additions & 0 deletions grace-plugin-events/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
apply plugin:"org.graceframework.grace-plugin"

dependencies {
compile "org.graceframework:grace-core:$graceVersion"
compile project(":grace-events"), project(":grace-events-transform")
Expand Down

0 comments on commit 98ea4f8

Please sign in to comment.