File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,11 @@ buildscript {
7
7
dependencies {
8
8
classpath " org.grails:grails-gradle-plugin:$grailsVersion "
9
9
classpath " gradle.plugin.com.github.erdi.webdriver-binaries:webdriver-binaries-gradle-plugin:2.7"
10
- classpath " com.bertramlabs.plugins:asset-pipeline-gradle:3.4.6"
11
- // classpath 'com.bertramlabs.plugins:asset-pipeline-core:3.2.4'
10
+ classpath(" com.bertramlabs.plugins:asset-pipeline-gradle:3.4.6" )
12
11
}
13
12
}
14
13
15
- version " 2.1.0 -SNAPSHOT"
14
+ version " 2.1.2 -SNAPSHOT"
16
15
group " au.org.ala"
17
16
18
17
apply plugin :" eclipse"
@@ -94,8 +93,6 @@ dependencies {
94
93
implementation group : ' commons-io' , name : ' commons-io' , version : ' 2.6'
95
94
implementation group : ' commons-lang' , name : ' commons-lang' , version : ' 2.6'
96
95
97
- implementation group : " com.bertramlabs.plugins" , name : " asset-pipeline-gradle" , version : " 3.4.6"
98
-
99
96
// Angular profile wrapper needs
100
97
assets ' com.craigburke.angular:angular-annotate-asset-pipeline:2.4.1'
101
98
// Fork version in Atlas
You can’t perform that action at this time.
0 commit comments