ソースを参照

Add IntelliJ IDEA plugin to build.gradle.

Craig Walls 13 年 前
コミット
072cd2f6e1
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      build.gradle

+ 1
- 0
build.gradle ファイルの表示

@@ -1,6 +1,7 @@
1 1
 apply plugin: 'java'
2 2
 apply plugin: 'jetty'
3 3
 apply plugin: 'eclipse-wtp'
4
+apply plugin: 'idea'
4 5
 
5 6
 repositories { mavenCentral() }
6 7