Skip to content

Commit

Permalink
Use correct name in create plugin call.
Browse files Browse the repository at this point in the history
  • Loading branch information
baron1405 committed Apr 27, 2024
1 parent 002dc83 commit 83c0190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gradlePlugin {
vcsUrl = "https://github.com/cthing/gradle-property-key-constants"

plugins {
create("locc4jPlugin") {
create("propertyKeyConstantsPlugin") {
id = "org.cthing.property-key-constants"
displayName = "Java constants from property file keys"
description = "A Gradle plugin that generates a Java source file with constants for keys in properties files."
Expand Down

0 comments on commit 83c0190

Please sign in to comment.