Skip to content

Commit ffaa18e

Browse files
committed
U v1.2.1-SNAPSHOT
1 parent 60ab7cd commit ffaa18e

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

build.gradle

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
101
plugins {
112
id 'java'
123
id 'maven'
@@ -71,7 +62,7 @@ dependencies {
7162
}
7263

7364
group = 'io.github.fvarrui'
74-
version = '1.2.0-SNAPSHOT'
65+
version = '1.2.1-SNAPSHOT'
7566
description = 'JavaPackager Plugin'
7667

7768
sourceCompatibility = JavaVersion.VERSION_1_8
@@ -180,7 +171,7 @@ if (project.hasProperty('release')) {
180171
pom.project {
181172
name project.name
182173
description project.description
183-
packaging project.packaging
174+
packaging = 'maven-plugin'
184175
url 'https://github.com/fvarrui/JavaPackager'
185176

186177
scm {

0 commit comments

Comments
 (0)