Skip to content

Commit 5cce490

Browse files
committed
remove jar archive classifier
1 parent a095afd commit 5cce490

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ tasks {
3232
distributionType = Wrapper.DistributionType.BIN
3333
}
3434
jar {
35-
archiveClassifier.set("jar")
3635
manifest {
3736
attributes["Implementation-Title"] = "Barcode for Java"
3837
attributes["Implementation-Version"] = archiveVersion

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.pnuema.java
2-
VERSION_NAME=2.6.1
2+
VERSION_NAME=2.6.2
33
POM_ARTIFACT_ID=barcode
44

55
POM_NAME=Barcode-Java

0 commit comments

Comments
 (0)