Skip to content

Commit 6709a92

Browse files
committed
remove pom.mustache from android api client using volley HTTP library;
1 parent 101f9a4 commit 6709a92

File tree

3 files changed

+1
-97
lines changed

3 files changed

+1
-97
lines changed

modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/AndroidClientCodegen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ private void addSupportingFilesForDefault() {
418418
}
419419

420420
private void addSupportingFilesForVolley() {
421-
supportingFiles.add(new SupportingFile("pom.mustache", "", "pom.xml"));
421+
// supportingFiles.add(new SupportingFile("pom.mustache", "", "pom.xml"));
422422
// supportingFiles.add(new SupportingFile("settings.gradle.mustache", "", "settings.gradle"));
423423
supportingFiles.add(new SupportingFile("build.mustache", "", "build.gradle"));
424424
supportingFiles.add(new SupportingFile("manifest.mustache", projectFolder, "AndroidManifest.xml"));

modules/swagger-codegen/src/main/resources/android/libraries/volley/pom.mustache

Lines changed: 0 additions & 48 deletions
This file was deleted.

samples/client/petstore/android/volley/pom.xml

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)