mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 08:31:23 +00:00
fix maven-wrapper.properties filename typo (#11727)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user