Skip to content

Commit

Permalink
refactor: align plugin inclusion (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei authored Dec 16, 2024
1 parent 6a31423 commit a561078
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/pubsub-demo/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
plugins {
id 'groovy'
id 'org.grails.grails-web'
}

version = rootProject.version
group = 'pubsub.demo'

// Must be applied after version is set
apply plugin: 'org.grails.grails-web'

dependencies {

implementation project(':grails-plugin-async')
Expand Down

0 comments on commit a561078

Please sign in to comment.