mirror of https://github.com/apache/maven.git
remove unintended line
This commit is contained in:
parent
e09456d388
commit
002f677437
|
@ -40,7 +40,6 @@ public class MavenWrapperMain {
|
||||||
public static final String MVNW_USER = "MVNW_USER";
|
public static final String MVNW_USER = "MVNW_USER";
|
||||||
public static final String MVNW_PASSWORD = "MVNW_PASSWORD";
|
public static final String MVNW_PASSWORD = "MVNW_PASSWORD";
|
||||||
|
|
||||||
|
|
||||||
public static void main(String[] args) throws Exception {
|
public static void main(String[] args) throws Exception {
|
||||||
File wrapperJar = wrapperJar();
|
File wrapperJar = wrapperJar();
|
||||||
File propertiesFile = wrapperProperties(wrapperJar);
|
File propertiesFile = wrapperProperties(wrapperJar);
|
||||||
|
|
Loading…
Reference in New Issue