Skip to content

Commit

Permalink
Nit: Fix name identifier of Kobweb Core plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspittle committed Jan 2, 2025
1 parent 0bd6b23 commit f3c7bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gradle-plugins/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
val DESCRIPTION = "Provides common support for Kobweb library and application plugins."
gradlePlugin {
plugins {
create("kobwebLibrary") {
create("kobwebCore") {
id = "com.varabyte.kobweb.core"
displayName = "Kobweb Core Plugin"
description = DESCRIPTION
Expand Down

0 comments on commit f3c7bcd

Please sign in to comment.