Skip to content

Commit 0ec6949

Browse files
committed
fixed target directory
1 parent 5a4af29 commit 0ec6949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/com/wordnik/swagger/codegen/BasicAndroidJavaClient.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ class BasicAndroidJavaGenerator extends BasicJavaGenerator {
6363
("apiInvoker.mustache", destinationDir + java.io.File.separator + invokerPackage.get.replace(".", java.io.File.separator) + java.io.File.separator, "ApiInvoker.java"),
6464
("jsonUtil.mustache", destinationDir + java.io.File.separator + invokerPackage.get.replace(".", java.io.File.separator) + java.io.File.separator, "JsonUtil.java"),
6565
("ApiException.mustache", destinationDir + java.io.File.separator + invokerPackage.get.replace(".", java.io.File.separator) + java.io.File.separator, "ApiException.java"),
66-
("pom.mustache", "android-java", "pom.xml")
66+
("pom.mustache", destinationDir, "pom.xml")
6767
)
6868
}

0 commit comments

Comments
 (0)