Skip to content

Commit 422bf61

Browse files
committed
U plugin description
1 parent 1686012 commit 422bf61

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ gradlePlugin {
2525
pluginBundle {
2626
website = 'http://github.com/fvarrui/JavaPackager'
2727
vcsUrl = 'http://github.com/fvarrui/JavaPackager.git'
28-
description = 'Hybrid Maven/Gradle plugin to package Java applications as native Windows, Mac OS X, or GNU/Linux executables and create installers for them'
28+
description = 'Packages Java applications as native Windows, Mac OS X or GNU/Linux executables and creates installers for them'
2929
tags = ['java', 'packager', 'gradle-plugin', 'maven-plugin', 'native', 'installer', 'debian-packages', 'rpm-packages', 'dmg', 'maven', 'gradle', 'distribution', 'javapackager', 'linux-executables', 'deb', 'rpm', 'native-windows', 'java-applications', 'pkg', 'msi']
3030
plugins {
3131
javaPackagerPlugin {
@@ -63,7 +63,7 @@ dependencies {
6363

6464
group = 'io.github.fvarrui'
6565
version = '1.2.1-SNAPSHOT'
66-
description = 'Hybrid Maven/Gradle plugin to package Java applications as native Windows, Mac OS X, or GNU/Linux executables and create installers for them'
66+
description = 'Hybrid Maven/Gradle plugin to package Java applications as native Windows, Mac OS X or GNU/Linux executables and create installers for them'
6767

6868
sourceCompatibility = JavaVersion.VERSION_1_8
6969
targetCompatibility = JavaVersion.VERSION_1_8
@@ -82,6 +82,7 @@ install.repositories.mavenInstaller.pom.with {
8282
groupId = project.group
8383
artifactId = project.name
8484
version = project.version
85+
description = project.description
8586
packaging = 'maven-plugin'
8687
}
8788

0 commit comments

Comments
 (0)