Skip to content

Commit

Permalink
Add group/description
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Feb 10, 2022
1 parent a24b47a commit 6921ab4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions grgit-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ plugins {
id("org.gradle.test-retry")
}

group = "org.ajoberstar.grgit"
description = "The Groovy way to use Git"

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(11))
Expand Down
3 changes: 3 additions & 0 deletions grgit-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ plugins {
id("org.ajoberstar.stutter")
}

group = "org.ajoberstar.grgit"
description = "The Groovy way to use Git"

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(11))
Expand Down

0 comments on commit 6921ab4

Please sign in to comment.