Mercurial > hg > Applications > TreeVNC
diff build.gradle @ 387:c641988702b6
Create run script
usage
$ gradle installAPP
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 18 Sep 2015 15:43:00 +0900 |
parents | 2b3eb4a9492f |
children | 367352328329 |
line wrap: on
line diff
--- a/build.gradle Mon Sep 14 02:57:01 2015 +0900 +++ b/build.gradle Fri Sep 18 15:43:00 2015 +0900 @@ -1,5 +1,6 @@ apply plugin:'java' apply plugin: 'eclipse' +apply plugin: 'application' sourceCompatibility = 1.7 targetCompatibility = 1.7 @@ -126,3 +127,6 @@ versions[currentVersion] } +// set mainclass to Application Plugin +mainClassName = 'com.glavsoft.viewer.TreeViewer' +