Skip to content

Commit 4609484

Browse files
committed
upgrade maven-plug-plugin to 3.9.0
1 parent 364a666 commit 4609484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ task generatePluginDescriptor(type: JavaExec, dependsOn: compileJava) {
167167
'--errors',
168168
'--batch-mode',
169169
'--file', generatePomFileForPluginMavenPublication.destination,
170-
'org.apache.maven.plugins:maven-plugin-plugin:3.6.0:descriptor',
170+
'org.apache.maven.plugins:maven-plugin-plugin:3.9.0:descriptor',
171171
'-Dproject.build.sourceEncoding=' + compileJava.options.encoding
172172
]
173173
doLast {

0 commit comments

Comments
 (0)