Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Groovy プロジェクトをコンパイルすると、gradle は$projectRoot/build/. これを絶対パスなどに設定する方法はありますか?
$projectRoot/build/
はいあります。ビルド スクリプトに次の行を追加できます。
buildDir = 'your_directory'
またはgradle.propertiesファイル内(your_directoryその場合、引用符はありません)。
gradle.properties
your_directory
gradle properties