fix maven-wrapper.properties filename typo (#11727)

This commit is contained in:
William Cheng
2022-02-26 14:36:33 +08:00
committed by GitHub
parent 1cd4f3b46f
commit 0e14afc952
5 changed files with 3 additions and 3 deletions

View File

@@ -203,7 +203,7 @@ public abstract class JavaMicronautAbstractCodegen extends AbstractJavaCodegen i
supportingFiles.add(new SupportingFile("common/configuration/mavenw/mvnw.bat.mustache", "", "mvnw.bat"));
supportingFiles.add(new SupportingFile("common/configuration/mavenw/MavenWrapperDownloader.java.mustache", ".mvn/wrapper", "MavenWrapperDownloader.java"));
supportingFiles.add(new SupportingFile("common/configuration/mavenw/maven-wrapper.jar.mustache", ".mvn/wrapper", "maven-wrapper.jar"));
supportingFiles.add(new SupportingFile("common/configuration/mavenw/maven-wrapper.properties.mustache", ".mvn/wrapper", "maren-wrapper.properties"));
supportingFiles.add(new SupportingFile("common/configuration/mavenw/maven-wrapper.properties.mustache", ".mvn/wrapper", "maven-wrapper.properties"));
}
// Git files

View File

@@ -1,7 +1,7 @@
.gitignore
.mvn/wrapper/MavenWrapperDownloader.java
.mvn/wrapper/maren-wrapper.properties
.mvn/wrapper/maven-wrapper.jar
.mvn/wrapper/maven-wrapper.properties
README.md
build.gradle
docs/apis/AnotherFakeApi.md

View File

@@ -1,7 +1,7 @@
.gitignore
.mvn/wrapper/MavenWrapperDownloader.java
.mvn/wrapper/maren-wrapper.properties
.mvn/wrapper/maven-wrapper.jar
.mvn/wrapper/maven-wrapper.properties
README.md
build.gradle
docs/controllers/PetController.md