File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ repositories {
8
8
dependencies {
9
9
implementation platform(" org.grails:grails-bom:$grailsVersion " )
10
10
implementation " org.grails:grails-gradle-plugin:$grailsGradlePluginVersion "
11
- implementation " com.bertramlabs.plugins:asset-pipeline-gradle: $a ssetPipelineGradleVersion "
11
+ implementation " com.bertramlabs.plugins:asset-pipeline-gradle"
12
12
implementation " io.github.gradle-nexus.publish-plugin:io.github.gradle-nexus.publish-plugin.gradle.plugin:2.0.0"
13
13
}
Original file line number Diff line number Diff line change @@ -3,11 +3,9 @@ projectVersion=5.0.0-SNAPSHOT
3
3
# Grails
4
4
grailsVersion =7.0.0-M1
5
5
grailsGradlePluginVersion =7.0.0-M3
6
- assetPipelineGradleVersion =5.0.5
7
6
8
7
# Project specific
9
8
commonsPool2Version =2.12.0
10
- gormVersion =9.0.0-SNAPSHOT
11
9
gsonVersion =2.11.0
12
10
jredisVersion =5.2.0
13
11
You can’t perform that action at this time.
0 commit comments