diff --git a/java/format/pom.xml b/java/format/pom.xml index dc5897581b5..4cf68bbe057 100644 --- a/java/format/pom.xml +++ b/java/format/pom.xml @@ -25,6 +25,8 @@ 1.2.0-3f79e055 + false + ${project.build.directory}/flatc-${os.detected.classifier}-${fbs.version}.exe 3.3 2.10 1.5.0.Final @@ -71,6 +73,7 @@ ${project.build.directory} + ${flatc.download.skip} @@ -92,6 +95,7 @@ +x ${project.build.directory}/flatc-${os.detected.classifier}-${fbs.version}.exe + ${flatc.download.skip} @@ -100,11 +104,11 @@ generate-sources - ${project.build.directory}/flatc-${os.detected.classifier}-${fbs.version}.exe + ${flatc.executable} -j -o - target/generated-sources/ + target/generated-sources/flatc ../../format/Message.fbs ../../format/File.fbs