Skip to content

Commit

Permalink
A small patch to update jar file to contain a version number
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Krishna <[email protected]>
  • Loading branch information
rahlk committed Oct 18, 2024
1 parent d10d427 commit 84b2533
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ dependencies {

task fatJar(type: Jar) {
archiveBaseName = 'codeanalyzer'
archiveFileName = 'codeanalyzer.jar'
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
manifest {
attributes(
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.0.0
version=1.0.1

0 comments on commit 84b2533

Please sign in to comment.