comparison build.gradle @ 76:62e98a588f60

update Alice 570
author Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp>
date Fri, 27 Nov 2015 12:09:41 +0900
parents e6bbe25072b1
children
comparison
equal deleted inserted replaced
75:e6bbe25072b1 76:62e98a588f60
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/3b6c4daad167/' 11 url 'http://www.cr.ie.u-ryukyu.ac.jp/hg/maven/raw-file/d96cc59ddefd/'
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'
21 exclude 'META-INF/*.RSA', 'META-INF/*.SF','META-INF/*.DSA' 21 exclude 'META-INF/*.RSA', 'META-INF/*.SF','META-INF/*.DSA'
22 manifest { 22 manifest {
23 attributes 'Main-Class': 'jp.ac.u_ryukyu.alicevnc.StartAliceVNC', 23 attributes 'Main-Class': 'jp.ac.u_ryukyu.alicevnc.StartAliceVNC',
24 'Implementation-Version': "2.7.2", 24 'Implementation-Version': "2.7.2",
25 'Implementation-Title': 'TightVNC', 25 'Implementation-Title': 'TightVNC',
26 'Implementation-Vendor': 'GlavSoft LLC.' 26 'aImplementation-Vendor': 'GlavSoft LLC.'
27 } 27 }
28 from configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } 28 from configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
29 archiveName = 'AliceVNC.jar' 29 archiveName = 'AliceVNC.jar'
30 } 30 }