Skip to content

Commit

Permalink
remove asset-pipeline from example test projects
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley committed Dec 21, 2024
1 parent 44a11d5 commit c122c50
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions examples/grails-database-per-tenant/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
plugins {
id 'com.bertramlabs.asset-pipeline' version '5.0.1'
id 'groovy'
id 'org.grails.grails-gsp'
id 'org.grails.grails-web'
Expand All @@ -15,7 +14,6 @@ dependencies {
implementation 'org.grails:grails-plugin-rest'
implementation 'org.grails.plugins:gsp'

runtimeOnly 'com.bertramlabs.plugins:asset-pipeline-grails'
runtimeOnly 'com.h2database:h2'
runtimeOnly 'com.zaxxer:HikariCP'
runtimeOnly 'org.grails:grails-plugin-databinding'
Expand Down
2 changes: 0 additions & 2 deletions examples/grails-hibernate/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
plugins {
id 'com.bertramlabs.asset-pipeline' version '5.0.1'
id 'groovy'
id 'org.grails.grails-gsp'
id 'org.grails.grails-web'
Expand All @@ -17,7 +16,6 @@ dependencies {
implementation 'org.grails:grails-plugin-rest'
implementation 'org.grails.plugins:gsp'

runtimeOnly 'com.bertramlabs.plugins:asset-pipeline-grails'
runtimeOnly 'com.h2database:h2'
runtimeOnly 'com.zaxxer:HikariCP'
runtimeOnly 'org.grails:grails-plugin-databinding'
Expand Down
2 changes: 0 additions & 2 deletions examples/grails-partitioned-multi-tenancy/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
plugins {
id 'com.bertramlabs.asset-pipeline' version '5.0.1'
id 'groovy'
id 'org.grails.grails-gsp'
id 'org.grails.grails-web'
Expand All @@ -15,7 +14,6 @@ dependencies {
implementation 'org.grails:grails-plugin-rest'
implementation 'org.grails.plugins:gsp'

runtimeOnly 'com.bertramlabs.plugins:asset-pipeline-grails'
runtimeOnly 'com.h2database:h2'
runtimeOnly 'com.zaxxer:HikariCP'
runtimeOnly 'org.grails:grails-plugin-databinding'
Expand Down
2 changes: 0 additions & 2 deletions examples/grails-schema-per-tenant/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
plugins {
id 'com.bertramlabs.asset-pipeline' version '5.0.1'
id 'groovy'
id 'org.grails.grails-gsp'
id 'org.grails.grails-web'
Expand All @@ -15,7 +14,6 @@ dependencies {
implementation 'org.grails:grails-plugin-rest'
implementation 'org.grails.plugins:gsp'

runtimeOnly 'com.bertramlabs.plugins:asset-pipeline-grails'
runtimeOnly 'com.h2database:h2'
runtimeOnly 'com.zaxxer:HikariCP'
runtimeOnly 'org.grails:grails-plugin-databinding'
Expand Down
2 changes: 0 additions & 2 deletions examples/issue450/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
plugins {
id 'com.bertramlabs.asset-pipeline' version '5.0.1'
id 'groovy'
id 'org.grails.grails-gsp'
id 'org.grails.grails-web'
Expand All @@ -15,7 +14,6 @@ dependencies {
implementation 'org.grails:grails-plugin-rest'
implementation 'org.grails.plugins:gsp'

runtimeOnly 'com.bertramlabs.plugins:asset-pipeline-grails'
runtimeOnly 'com.h2database:h2'
runtimeOnly 'com.zaxxer:HikariCP'
runtimeOnly 'org.grails:grails-plugin-databinding'
Expand Down

0 comments on commit c122c50

Please sign in to comment.