Skip to content

Commit

Permalink
Sync root project name with the repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Nov 21, 2022
1 parent 3ab48cc commit 8b35173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

/**
* The setting default value. Empty string if no default value is provided
*
* @return the setting's default value
*/
String defaultValue() default "";
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rootProject.name = "edcPlugins"
rootProject.name = "GradlePlugins"
include("plugins:module-names")
include("plugins:test-summary")
include("plugins:openapi-merger")
Expand Down

0 comments on commit 8b35173

Please sign in to comment.