Skip to content

Commit aac9d9a

Browse files
committed
remove groovy plugin since it's defined by grails gradle plugins
1 parent ced75d6 commit aac9d9a

File tree

11 files changed

+0
-11
lines changed

11 files changed

+0
-11
lines changed

grails-test-examples/cache/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919

2020
plugins {
21-
id 'groovy'
2221
id 'org.apache.grails.buildsrc.properties'
2322
id 'org.apache.grails.buildsrc.compile'
2423
}

grails-test-examples/external-configuration/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ plugins {
2121
id 'org.apache.grails.buildsrc.compile'
2222
}
2323

24-
apply plugin: 'groovy'
2524
apply plugin: 'org.apache.grails.gradle.grails-web'
2625

2726
version = '0.1'

grails-test-examples/geb-gebconfig/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919

2020
plugins {
21-
id 'groovy'
2221
id 'org.apache.grails.buildsrc.properties'
2322
id 'org.apache.grails.buildsrc.compile'
2423
}

grails-test-examples/geb/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* under the License.
1818
*/
1919
plugins {
20-
id 'groovy'
2120
id 'org.apache.grails.buildsrc.properties'
2221
id 'org.apache.grails.buildsrc.compile'
2322
}

grails-test-examples/mongodb/base/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ plugins {
2424
version = projectVersion
2525
group = 'examples'
2626

27-
apply plugin: 'groovy'
2827
apply plugin: 'org.apache.grails.gradle.grails-web'
2928
apply plugin: 'cloud.wondrify.asset-pipeline'
3029

grails-test-examples/mongodb/database-per-tenant/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ plugins {
2424
version = projectVersion
2525
group = 'examples.mongo.tenant'
2626

27-
apply plugin: 'groovy'
2827
apply plugin: 'org.apache.grails.gradle.grails-web'
2928
apply plugin: 'cloud.wondrify.asset-pipeline'
3029

grails-test-examples/mongodb/gson-templates/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ plugins {
2424
version = projectVersion
2525
group = 'examples'
2626

27-
apply plugin: 'groovy'
2827
apply plugin: 'org.apache.grails.gradle.grails-web'
2928
apply plugin: 'cloud.wondrify.asset-pipeline'
3029

grails-test-examples/mongodb/hibernate5/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ plugins {
2424
version = projectVersion
2525
group = 'examples'
2626

27-
apply plugin: 'groovy'
2827
apply plugin: 'org.apache.grails.gradle.grails-web'
2928
apply plugin: 'cloud.wondrify.asset-pipeline'
3029

grails-test-examples/mongodb/test-data-service/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ plugins {
2424
version = projectVersion
2525
group = 'examples'
2626

27-
apply plugin: 'groovy'
2827
apply plugin: 'org.apache.grails.gradle.grails-web'
2928

3029
dependencies {

grails-test-examples/scaffolding/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919

2020
plugins {
21-
id 'groovy'
2221
id 'org.apache.grails.buildsrc.properties'
2322
id 'org.apache.grails.gradle.grails-gsp'
2423
id 'org.apache.grails.gradle.grails-web'

0 commit comments

Comments
 (0)