comparison build.gradle @ 73:281b667970de

change gradle
author Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp>
date Thu, 26 Nov 2015 03:39:36 +0900
parents 80a7f250289e
children d05de910a3f1 6295918b8a97
comparison
equal deleted inserted replaced
72:80a7f250289e 73:281b667970de
6 targetCompatibility = 1.8 6 targetCompatibility = 1.8
7 version = '1.1' 7 version = '1.1'
8 8
9 repositories { 9 repositories {
10 maven(){ 10 maven(){
11 url 'http://www.cr.ie.u-ryukyu.ac.jp/hg/maven/raw-file/4725d346a193/' 11 url 'http://www.cr.ie.u-ryukyu.ac.jp/hg/maven/raw-file/tip/'
12 } 12 }
13 } 13 }
14 14
15 dependencies { 15 dependencies {
16 compile 'com.glavsoft.viewer:tightvnc-jviewer:2.7.2' 16 compile 'com.glavsoft.viewer:tightvnc-jviewer:2.7.2'
17 compile group: 'cr.ie.u_ryukyu.ac.jp', name: 'Alice', version: '1.1', ext: 'jar' 17 compile group: 'cr.ie.u_ryukyu.ac.jp', name: 'Alice', version: '1.1', ext: 'jar'
18 } 18 }
19 19
20 jar { 20 jar {
21 exclude 'META-INF/*.RSA', 'META-INF/*.SF','META-INF/*.DSA'
21 manifest { 22 manifest {
22 attributes 'Main-Class': 'jp.ac.u_ryukyu.alicevnc.StartAliceVNC', 23 attributes 'Main-Class': 'jp.ac.u_ryukyu.alicevnc.StartAliceVNC',
23 'Implementation-Version': "2.7.2", 24 'Implementation-Version': "2.7.2",
24 'Implementation-Title': 'TightVNC', 25 'Implementation-Title': 'TightVNC',
25 'Implementation-Vendor': 'GlavSoft LLC.' 26 'Implementation-Vendor': 'GlavSoft LLC.'