Skip to content

Commit 05f989a

Browse files
committed
Add the idea plugin for better IntelliJ support
1 parent 5fdf651 commit 05f989a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sample/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
apply plugin: 'java'
22
apply plugin: 'application'
33

4+
apply plugin: 'idea'
5+
46
mainClassName = "me.proxer.sample.News"
57

68
run {

0 commit comments

Comments
 (0)