Explorar el Código

Add IntelliJ IDEA plugin to build.gradle.

Craig Walls hace 13 años
padre
commit
072cd2f6e1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      build.gradle

+ 1
- 0
build.gradle Ver fichero

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