We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeee081 commit 77ab994Copy full SHA for 77ab994
grace-bom/build.gradle
@@ -90,7 +90,7 @@ publishing {
90
}
91
92
for (plugin in grails.plugins) {
93
- String artifactId = plugin.key
+ String artifactId = (plugin.key == 'asset-pipeline') ? 'asset-pipeline-plugin' : plugin.key
94
String version = "\${grace-plugin-${plugin.key}.version}"
95
mkp.dependency {
96
mkp.groupId 'org.graceframework.plugins'
gradle/grails.versions.toml
@@ -1,5 +1,5 @@
1
[plugins]
2
-asset-pipeline-plugin = "6.3.0-RC1"
+asset-pipeline = "6.3.0-RC1"
3
cache = "6.3.0-RC1"
4
database-migration = "6.3.0-RC1"
5
fields = "6.3.0-RC1"
0 commit comments