From 83c0190f9b65418313f12f751ef751f473b65c40 Mon Sep 17 00:00:00 2001 From: Baron Roberts Date: Fri, 26 Apr 2024 17:35:08 -0700 Subject: [PATCH] Use correct name in create plugin call. --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 48d73d9..b49d310 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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."