LoginSignup
15
7

More than 5 years have passed since last update.

Intellij IDEAのgradleプロジェクトビルド時に Command line is too long が出る場合の対処

Last updated at Posted at 2019-01-09

ビルド環境によっては、表題のエラーがビルド時に出るケースがある。
その場合は、プロジェクトの .idea/workspace.xml を開き、component要素:PropertiesComponent に以下の一行を追加する。

<property name="dynamic.classpath" value="true" />
15
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
7