Skip to content

Commit

Permalink
Correct group id and description
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Dec 6, 2021
1 parent 2e04042 commit 25b117d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/java-library-convention.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ plugins {
id("spotless-convention")
}

group = "org.ajoberstar.grgit"
description = "The Groovy way to use Git."
group = "org.ajoberstar.reckon"
description = "Infer a project's version from your Git repository."

repositories {
mavenCentral()
Expand Down

0 comments on commit 25b117d

Please sign in to comment.