DMDL EditorXでAsakusa Framework 0.10.1のM3BPやVanillaのバッチコンパイルを実行しようとしたら、エラーになった。
M3BP
FAILURE: Build failed with an exception. * What went wrong: Problem configuring task :m3bpCompileBatchapps from command line. > Unknown command-line option '--fail-on-error'.
Vanilla
FAILURE: Build failed with an exception. * What went wrong: Problem configuring task :vanillaCompileBatchapps from command line. > Unknown command-line option '--update'.
これは、Shafu(Jinrikisha)のGradleのバージョンが3.1の場合に起きた。(DMDL EditorXのバッチコンパイルでは、ShafuのGradle機能を利用している)
AsakusaFW 0.10.1では対応Gradleバージョンが4.7なので、Shafu(Jinrikisha)のGradleバージョンを4.7にすると、DMDL EditorXでもコンパイルが通るようになる。