Skip to content

Commit 1032952

Browse files
committed
U maven-plugin-plugin updated to 3.6.0
1 parent 98e0583 commit 1032952

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
@@ -47,7 +47,7 @@ dependencies {
4747
implementation 'org.apache.commons:commons-collections4:4.1'
4848
implementation 'org.apache.velocity:velocity-engine-core:2.0'
4949
implementation 'io.github.fvarrui:gradle-launch4j:2.4.7'
50-
// implementation 'com.netflix.nebula:gradle-ospackage-plugin:8.4.1'
50+
implementation 'com.netflix.nebula:gradle-ospackage-plugin:8.4.1'
5151

5252
testImplementation 'junit:junit:4.12'
5353

@@ -105,7 +105,7 @@ task generatePluginDescriptor(type: JavaExec, dependsOn: compileJava) {
105105
'--errors',
106106
'--batch-mode',
107107
'--file', "${buildDir}/pom.xml",
108-
'org.apache.maven.plugins:maven-plugin-plugin:3.4:descriptor',
108+
'org.apache.maven.plugins:maven-plugin-plugin:3.6.0:descriptor',
109109
'-Dproject.build.sourceEncoding=' + compileJava.options.encoding
110110
]
111111

0 commit comments

Comments
 (0)