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 ee44ee7 commit 87c4a2aCopy full SHA for 87c4a2a
plugin-maven/build.gradle
@@ -11,23 +11,6 @@ version = spotlessChangelog.versionNext
11
apply from: rootProject.file("gradle/java-setup.gradle")
12
apply from: rootProject.file('gradle/spotless-freshmark.gradle')
13
14
-def mvnw(String args) {
15
- boolean isWin = System.getProperty('os.name').toLowerCase().contains('win')
16
- if (isWin) {
17
- return [
18
- 'cmd',
19
- '/c',
20
- 'mvnw.cmd -e ' + args
21
- ]
22
- } else {
23
24
- '/bin/sh',
25
- '-c',
26
- './mvnw -e ' + args
27
28
- }
29
-}
30
-
31
apply plugin: 'de.benediktritter.maven-plugin-development'
32
mavenPlugin {
33
name = 'Spotless Maven Plugin'
0 commit comments