We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fdf651 commit 05f989aCopy full SHA for 05f989a
1 file changed
sample/build.gradle
@@ -1,6 +1,8 @@
1
apply plugin: 'java'
2
apply plugin: 'application'
3
4
+apply plugin: 'idea'
5
+
6
mainClassName = "me.proxer.sample.News"
7
8
run {
0 commit comments