Skip to content

Commit

Permalink
add missing description (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Clemens Grabmann <[email protected]>
  • Loading branch information
cgrabmann authored Apr 28, 2022
1 parent 58b32eb commit 4d48a96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ plugins {
id("signing")
}

description = "A opinionated approach to configure a gradle project automatically by convention. It supports to automatically configure various plugins to reduce boilerplate code in gradle projects."
group = "io.cloudflight.gradle"
if (System.getenv("RELEASE") != "true") {
version = "$version-SNAPSHOT"
Expand Down

0 comments on commit 4d48a96

Please sign in to comment.