We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0530fbc commit 879138dCopy full SHA for 879138d
build.gradle
@@ -1,5 +1,5 @@
1
group 'toparvion'
2
-version '1.1'
+version '1.2'
3
4
apply plugin: 'java'
5
@@ -26,7 +26,7 @@ dependencies {
26
27
jar {
28
manifest {
29
- attributes("Implementation-Title": "JMint",
+ attributes("Implementation-Title": "jMint",
30
"Implementation-Version": version,
31
"Implementation-Vendor": "Toparvion",
32
"Premain-Class": "tech.toparvion.jmint.JMintAgent",
0 commit comments