Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit a561078

Browse files
authored
refactor: align plugin inclusion (#171)
1 parent 6a31423 commit a561078

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/pubsub-demo/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
plugins {
22
id 'groovy'
3+
id 'org.grails.grails-web'
34
}
45

56
version = rootProject.version
67
group = 'pubsub.demo'
78

8-
// Must be applied after version is set
9-
apply plugin: 'org.grails.grails-web'
10-
119
dependencies {
1210

1311
implementation project(':grails-plugin-async')

0 commit comments

Comments
 (0)