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.
build.gradle ファイルで PMD Gradle プラグインを使用しています。pmdTest タスクを無効にして実行しないようにする方法はありgradle checkますか?
gradle check
編集:質問では「削除」と言います。私は本当に「無効にする」ことを意味します。
pmd { sourceSets = [sourceSets.main] }
Gradle Build Language ReferenceのPmdExtensionを参照してください。