We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a095afd commit 5cce490Copy full SHA for 5cce490
2 files changed
build.gradle.kts
@@ -32,7 +32,6 @@ tasks {
32
distributionType = Wrapper.DistributionType.BIN
33
}
34
jar {
35
- archiveClassifier.set("jar")
36
manifest {
37
attributes["Implementation-Title"] = "Barcode for Java"
38
attributes["Implementation-Version"] = archiveVersion
gradle.properties
@@ -1,5 +1,5 @@
1
GROUP=com.pnuema.java
2
-VERSION_NAME=2.6.1
+VERSION_NAME=2.6.2
3
POM_ARTIFACT_ID=barcode
4
5
POM_NAME=Barcode-Java
0 commit comments