Skip to content

Commit d3623ee

Browse files
committed
U v1.6.7 to v.1.7.0-SNAPSHOT
1 parent fdca8ec commit d3623ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
}
7171

7272
group = 'io.github.fvarrui'
73-
version = '1.6.7'
73+
version = '1.7.0-SNAPSHOT'
7474
description = 'Hybrid Maven/Gradle plugin to package Java applications as native Windows, Mac OS X or GNU/Linux executables and create installers for them'
7575

7676
sourceCompatibility = JavaVersion.VERSION_1_8
@@ -88,7 +88,7 @@ publishing {
8888

8989
java {
9090
withSourcesJar()
91-
// and/or analogously use “withJavadocJar()” to get a “javadocJar” task
91+
// and/or analogously use “withJavadocJar()� to get a “javadocJar� task
9292
}
9393

9494
install.repositories.mavenInstaller.pom.with {

0 commit comments

Comments
 (0)