But this setting not working for set-native-packager, or I don't know how I can let sbt-native-packager pick this setting. The result is sbt-native-packager can not build the package even the compile from sbt works.
Thanks for your question. Compiling is done before any of sbt-native-packager tasks are executed. Can you share a small project that demonstrates the issue?
in my build.sbt file, we define the compileOrder like this so sbt can compile the java files first and then Scala.
But this setting not working for set-native-packager, or I don't know how I can let sbt-native-packager pick this setting. The result is sbt-native-packager can not build the package even the compile from sbt works.
Thanks in advance.
James