Skip to content

Commit

Permalink
Add version into gradle-built JARs (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
shashachu authored Oct 13, 2019
1 parent 69fefc8 commit 1b76a30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ktlint/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {
jar {
manifest {
attributes 'Main-Class': 'com.pinterest.ktlint.Main'
attributes 'Implementation-Version': project.property('VERSION_NAME')
}
}

Expand Down

0 comments on commit 1b76a30

Please sign in to comment.