Skip to content

Commit 053eb4f

Browse files
authored
Merge pull request #438 from jdaugherty/7.0.x
correct profile publish name
2 parents 94297bb + bcda608 commit 053eb4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ gradlePlugin {
177177
grailsProfilePublish {
178178
displayName = "Grails Profile Publish Plugin"
179179
description = 'A plugin for publishing profiles'
180-
id = 'org.apache.grails.gradle.grails-profile-publish'
180+
id = 'org.apache.grails.gradle.grails-publish-profile'
181181
implementationClass = 'org.grails.gradle.plugin.profiles.GrailsProfilePublishGradlePlugin'
182182
}
183183
}

0 commit comments

Comments
 (0)