Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jan 25, 2024
1 parent ad40e2f commit 01ff33e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ gradlePlugin {
description = 'The Gradle plugin for Markup Views'
}
viewsComponent {
id = 'org.grails.plugins.views-component'
id = 'org.graceframework.plugins.views-component'
implementationClass = 'grails.views.gradle.component.GrailsComponentViewsPlugin'
displayName = "Grails Component Views Gradle Plugin"
displayName = "Grace Component Views Gradle Plugin"
description = 'The Gradle plugin for Component Views'
}
}
Expand Down

0 comments on commit 01ff33e

Please sign in to comment.