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

Commit 7ef9f85

Browse files
committed
Cleanup Extra lines and spaces
1 parent 736b3aa commit 7ef9f85

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

examples/pubsub-demo/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
plugins {
2-
32
id 'application'
43
id 'groovy'
5-
64
id 'org.grails.grails-web'
75
id 'org.grails.plugins.views-json'
8-
96
}
107

118
group = 'pubsub.demo'

grails-async-core/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
11
plugins {
2-
32
id 'groovy'
43
id 'java-library'
5-
64
id 'maven-publish'
75
id 'signing'
8-
96
}
107

118
group = 'org.grails'
129

1310
dependencies {
14-
1511
implementation libs.groovy
16-
1712
implementation libs.javax.annotation.api
1813
implementation libs.slf4j.api
19-
2014
testImplementation libs.spock.core
21-
2215
}
2316

2417
apply from: file("$rootProject.projectDir/gradle/java-config.gradle")

0 commit comments

Comments
 (0)