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 ca56f46 commit b2a7051Copy full SHA for b2a7051
README.md
@@ -23,7 +23,7 @@ Add the following `plugin` tag to your `pom.xml`:
23
<plugin>
24
<groupId>io.github.fvarrui</groupId>
25
<artifactId>javapackager</artifactId>
26
- <version>1.6.0</version>
+ <version>1.6.1</version>
27
<executions>
28
<execution>
29
<phase>package</phase>
@@ -71,7 +71,7 @@ buildscript {
71
mavenCentral()
72
}
73
dependencies {
74
- classpath 'io.github.fvarrui:javapackager:1.6.0'
+ classpath 'io.github.fvarrui:javapackager:1.6.1'
75
76
77
0 commit comments