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

Commit c122c50

Browse files
committed
remove asset-pipeline from example test projects
1 parent 44a11d5 commit c122c50

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
plugins {
2-
id 'com.bertramlabs.asset-pipeline' version '5.0.1'
32
id 'groovy'
43
id 'org.grails.grails-gsp'
54
id 'org.grails.grails-web'
@@ -15,7 +14,6 @@ dependencies {
1514
implementation 'org.grails:grails-plugin-rest'
1615
implementation 'org.grails.plugins:gsp'
1716

18-
runtimeOnly 'com.bertramlabs.plugins:asset-pipeline-grails'
1917
runtimeOnly 'com.h2database:h2'
2018
runtimeOnly 'com.zaxxer:HikariCP'
2119
runtimeOnly 'org.grails:grails-plugin-databinding'

examples/grails-hibernate/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
plugins {
2-
id 'com.bertramlabs.asset-pipeline' version '5.0.1'
32
id 'groovy'
43
id 'org.grails.grails-gsp'
54
id 'org.grails.grails-web'
@@ -17,7 +16,6 @@ dependencies {
1716
implementation 'org.grails:grails-plugin-rest'
1817
implementation 'org.grails.plugins:gsp'
1918

20-
runtimeOnly 'com.bertramlabs.plugins:asset-pipeline-grails'
2119
runtimeOnly 'com.h2database:h2'
2220
runtimeOnly 'com.zaxxer:HikariCP'
2321
runtimeOnly 'org.grails:grails-plugin-databinding'

examples/grails-partitioned-multi-tenancy/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
plugins {
2-
id 'com.bertramlabs.asset-pipeline' version '5.0.1'
32
id 'groovy'
43
id 'org.grails.grails-gsp'
54
id 'org.grails.grails-web'
@@ -15,7 +14,6 @@ dependencies {
1514
implementation 'org.grails:grails-plugin-rest'
1615
implementation 'org.grails.plugins:gsp'
1716

18-
runtimeOnly 'com.bertramlabs.plugins:asset-pipeline-grails'
1917
runtimeOnly 'com.h2database:h2'
2018
runtimeOnly 'com.zaxxer:HikariCP'
2119
runtimeOnly 'org.grails:grails-plugin-databinding'

examples/grails-schema-per-tenant/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
plugins {
2-
id 'com.bertramlabs.asset-pipeline' version '5.0.1'
32
id 'groovy'
43
id 'org.grails.grails-gsp'
54
id 'org.grails.grails-web'
@@ -15,7 +14,6 @@ dependencies {
1514
implementation 'org.grails:grails-plugin-rest'
1615
implementation 'org.grails.plugins:gsp'
1716

18-
runtimeOnly 'com.bertramlabs.plugins:asset-pipeline-grails'
1917
runtimeOnly 'com.h2database:h2'
2018
runtimeOnly 'com.zaxxer:HikariCP'
2119
runtimeOnly 'org.grails:grails-plugin-databinding'

examples/issue450/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
plugins {
2-
id 'com.bertramlabs.asset-pipeline' version '5.0.1'
32
id 'groovy'
43
id 'org.grails.grails-gsp'
54
id 'org.grails.grails-web'
@@ -15,7 +14,6 @@ dependencies {
1514
implementation 'org.grails:grails-plugin-rest'
1615
implementation 'org.grails.plugins:gsp'
1716

18-
runtimeOnly 'com.bertramlabs.plugins:asset-pipeline-grails'
1917
runtimeOnly 'com.h2database:h2'
2018
runtimeOnly 'com.zaxxer:HikariCP'
2119
runtimeOnly 'org.grails:grails-plugin-databinding'

0 commit comments

Comments
 (0)