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

Commit e05310b

Browse files
committed
Grails 7: remove unneeded asset-pipeline plugin from the functional-test-app
1 parent 4eea4a4 commit e05310b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

functional-test-app/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ buildscript {
55
}
66
dependencies {
77
classpath "org.grails:grails-gradle-plugin:$grailsVersion"
8-
classpath "com.bertramlabs.plugins:asset-pipeline-gradle:5.0.1"
98
classpath "org.grails.plugins:hibernate5:$gormVersion"
109
classpath "com.github.erdi:webdriver-binaries-gradle-plugin:3.2"
1110
}
@@ -19,7 +18,6 @@ apply plugin:"idea"
1918
apply plugin:"war"
2019
apply plugin:"org.grails.grails-web"
2120
apply plugin:"com.github.erdi.webdriver-binaries"
22-
apply plugin:"asset-pipeline"
2321
apply plugin:"org.grails.grails-gsp"
2422

2523
repositories {
@@ -49,7 +47,6 @@ dependencies {
4947
implementation "org.grails.plugins:gsp"
5048
console "org.grails:grails-console"
5149
profile "org.grails.profiles:web"
52-
runtimeOnly "com.bertramlabs.plugins:asset-pipeline-grails:5.0.1"
5350
runtimeOnly "org.apache.tomcat:tomcat-jdbc"
5451
runtimeOnly "com.h2database:h2"
5552
testImplementation "org.grails:grails-gorm-testing-support"
@@ -81,8 +78,3 @@ tasks.withType(Test) {
8178
exceptionFormat 'full'
8279
}
8380
}
84-
85-
assets {
86-
minifyJs = true
87-
minifyCss = true
88-
}

0 commit comments

Comments
 (0)