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 dec266f commit e20dcb6Copy full SHA for e20dcb6
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.1</version>
+ <version>1.6.2</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.1'
+ classpath 'io.github.fvarrui:javapackager:1.6.2'
75
76
77
0 commit comments