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 60ab7cd commit ffaa18eCopy full SHA for ffaa18e
build.gradle
@@ -1,12 +1,3 @@
1
-buildscript {
2
- repositories {
3
- mavenCentral()
4
- }
5
- dependencies {
6
- classpath 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.3'
7
8
-}
9
-
10
plugins {
11
id 'java'
12
id 'maven'
@@ -71,7 +62,7 @@ dependencies {
71
62
}
72
63
73
64
group = 'io.github.fvarrui'
74
-version = '1.2.0-SNAPSHOT'
65
+version = '1.2.1-SNAPSHOT'
75
66
description = 'JavaPackager Plugin'
76
67
77
68
sourceCompatibility = JavaVersion.VERSION_1_8
@@ -180,7 +171,7 @@ if (project.hasProperty('release')) {
180
171
pom.project {
181
172
name project.name
182
173
description project.description
183
- packaging project.packaging
174
+ packaging = 'maven-plugin'
184
175
url 'https://github.com/fvarrui/JavaPackager'
185
176
186
177
scm {
0 commit comments