Skip to content

Commit

Permalink
Remove grails-plugin-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Jun 26, 2017
1 parent a4051d8 commit e75bf0a
Show file tree
Hide file tree
Showing 70 changed files with 3 additions and 7,109 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ext {

asyncVersion = '3.3.0.RC5'
gspVersion = '3.3.0.RC1'
legacyConvertersVersion = "3.3.0.M1"
legacyConvertersVersion = "3.3.0.RC1"
testingSupportVersion = "1.0.0.RC3"
datastoreVersion = "6.1.5.RELEASE"

Expand Down
2 changes: 1 addition & 1 deletion grails-bom/plugins.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mongodb=6.1.3
rx-gorm-rest-client=1.1.0.RELEASE
rx-mongodb=6.1.3
neo4j=6.1.3
cache=4.0.0.M1
cache=4.0.0.RC1
scaffolding=3.3.3
fields=2.1.5
geb=1.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class GrailsGradlePlugin extends GroovyPlugin {
}

project.configurations.all( { Configuration configuration ->
for(oldPluginExcludes in ['async', 'events', 'converters', 'gsp']) {
for(oldPluginExcludes in ['async', 'events', 'converters', 'gsp', 'testing']) {
configuration.exclude(group:"org.grails", module:"grails-plugin-$oldPluginExcludes".toString())
}

Expand Down
2 changes: 0 additions & 2 deletions grails-plugin-testing/README.md

This file was deleted.

59 changes: 0 additions & 59 deletions grails-plugin-testing/build.gradle

This file was deleted.

33 changes: 0 additions & 33 deletions grails-plugin-testing/src/main/groovy/grails/test/mixin/Mock.java

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit e75bf0a

Please sign in to comment.