Skip to content

Commit

Permalink
Fix pom description (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jskov authored May 9, 2024
1 parent efedbb5 commit b525bd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ plugins {
}

ext {
mavenDisplayName = 'Plugin for creating buildinfo for maven artifacts'
mavenDescription = 'A plugin that creates buildinfo for maven artifacts.'
mavenDisplayName = 'Plugin for reproducible maven artifacts'
mavenDescription = 'A plugin that configures archive tasks to be reproducible.'
}

group = 'dk.mada.buildinfo'
Expand Down

0 comments on commit b525bd5

Please sign in to comment.