Skip to content

Commit

Permalink
Grace: fixes build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Dec 28, 2023
1 parent 07645b7 commit e3abdd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ gradlePlugin {
viewsJson {
id = 'org.graceframework.plugins.views-json'
implementationClass = 'grails.views.gradle.json.GrailsJsonViewsPlugin'
displayName = "Grails Json Views Gradle Plugin"
displayName = "Grace Json Views Gradle Plugin"
description = 'The Gradle plugin for Json Views'
}
viewsMarkup {
id = 'org.graceframework.plugins.views-markup'
implementationClass = 'grails.views.gradle.markup.GrailsMarkupViewsPlugin'
displayName = "Grails Markup Views Gradle Plugin"
displayName = "Grace Markup Views Gradle Plugin"
description = 'The Gradle plugin for Markup Views'
}
}
Expand Down
2 changes: 1 addition & 1 deletion publishing/grailsCentralPublishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ext.pomInfo = {

publishing {
publications {
pluginMaven(MavenPublication) {
maven(MavenPublication) {
artifactId project.name
if (project.name != "views-gradle") {
from components.java
Expand Down

0 comments on commit e3abdd7

Please sign in to comment.