From ce33d41a7d3abf4a116ed702fdc689196b72a7af Mon Sep 17 00:00:00 2001 From: James Bradlee Date: Mon, 1 Apr 2024 10:14:54 +0200 Subject: [PATCH] Update DependencyGroups.kt --- .../src/main/kotlin/io/tnboot/gradle/build/DependencyGroups.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/io/tnboot/gradle/build/DependencyGroups.kt b/buildSrc/src/main/kotlin/io/tnboot/gradle/build/DependencyGroups.kt index 4ea67a1..7bbd7fe 100644 --- a/buildSrc/src/main/kotlin/io/tnboot/gradle/build/DependencyGroups.kt +++ b/buildSrc/src/main/kotlin/io/tnboot/gradle/build/DependencyGroups.kt @@ -27,7 +27,7 @@ class DependencyGroups( * The title of the dependency group. May be used to visualize * the group in some user interface. */ - val title: String, + val title: String , /** * A link to the repository where the code for the dependencies