Skip to content

Commit c7aed8d

Browse files
committed
Relocate examples to the grace-data-examples
Closes gh-125
1 parent 9a7a768 commit c7aed8d

File tree

458 files changed

+0
-196726
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

458 files changed

+0
-196726
lines changed

build.gradle

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ buildscript {
1717
dependencies {
1818
classpath "io.github.gradle-nexus:publish-plugin:2.0.0"
1919
classpath "org.graceframework:grace-gradle-plugin:$graceVersion"
20-
// classpath "com.github.erdi:webdriver-binaries-gradle-plugin:$webdriverBinariesVersion"
2120
classpath "org.gradle:test-retry-gradle-plugin:1.6.0"
2221
}
2322
}
@@ -89,7 +88,6 @@ nexusPublishing {
8988
subprojects { Project subproject ->
9089
ext {
9190
projectArtifactId = subproject.name
92-
isExample = subproject.name.startsWith('example')
9391
isPluginProject = subproject.name == 'hibernate'
9492
}
9593

@@ -116,20 +114,6 @@ subprojects { Project subproject ->
116114
}
117115
}
118116

119-
if(isExample) {
120-
apply plugin: "groovy"
121-
122-
dependencies {
123-
testImplementation "org.apache.groovy:groovy-test-junit5"
124-
testImplementation("org.spockframework:spock-core") { transitive = false}
125-
testImplementation "org.junit.jupiter:junit-jupiter-api"
126-
testImplementation "org.junit.platform:junit-platform-runner"
127-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
128-
}
129-
130-
return
131-
}
132-
133117
apply plugin: 'groovy'
134118

135119
configurations {

examples/grace-data-service/app/boot/example/Application.groovy

Lines changed: 0 additions & 11 deletions
This file was deleted.

examples/grace-data-service/app/boot/example/BootStrap.groovy

Lines changed: 0 additions & 10 deletions
This file was deleted.

examples/grace-data-service/app/conf/application.groovy

Lines changed: 0 additions & 14 deletions
This file was deleted.

examples/grace-data-service/app/conf/application.yml

Lines changed: 0 additions & 75 deletions
This file was deleted.

examples/grace-data-service/app/conf/logback-spring.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

examples/grace-data-service/app/conf/spring/resources.groovy

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/grace-data-service/app/controllers/example/ApplicationController.groovy

Lines changed: 0 additions & 14 deletions
This file was deleted.

examples/grace-data-service/app/controllers/example/UrlMappings.groovy

Lines changed: 0 additions & 17 deletions
This file was deleted.

examples/grace-data-service/app/domain/example/Book.groovy

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)