Skip to content

Commit 84b2533

Browse files
committed
A small patch to update jar file to contain a version number
Signed-off-by: Rahul Krishna <[email protected]>
1 parent d10d427 commit 84b2533

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ dependencies {
124124

125125
task fatJar(type: Jar) {
126126
archiveBaseName = 'codeanalyzer'
127-
archiveFileName = 'codeanalyzer.jar'
128127
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
129128
manifest {
130129
attributes(

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.0.0
1+
version=1.0.1

0 commit comments

Comments
 (0)