comparison build.gradle @ 46:51e57371c620

add Alice 1.1
author Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp>
date Tue, 29 Sep 2015 14:02:27 +0900
parents ac48e3a82925
children 9354e8a1d03b
comparison
equal deleted inserted replaced
45:ac48e3a82925 46:51e57371c620
2 apply plugin: 'eclipse' 2 apply plugin: 'eclipse'
3 apply plugin: 'maven' 3 apply plugin: 'maven'
4 4
5 sourceCompatibility = 1.8 5 sourceCompatibility = 1.8
6 targetCompatibility = 1.8 6 targetCompatibility = 1.8
7 version = '1.0' 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/c039bc9f71d9/' 11 url 'http://www.cr.ie.u-ryukyu.ac.jp/hg/maven/raw-file/397cf26fcf58/'
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.3'
17 compile group: 'cr.ie.u_ryukyu.ac.jp', name: 'Alice', version: '1.0', 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 manifest { 21 manifest {
22 attributes 'Main-Class': 'jp.ac.u_ryukyu.alicevnc.StartAliceVNC', 22 attributes 'Main-Class': 'jp.ac.u_ryukyu.alicevnc.StartAliceVNC',
23 'Implementation-Version': "2.7.2", 23 'Implementation-Version': "2.7.3",
24 'Implementation-Title': 'TightVNC', 24 'Implementation-Title': 'TightVNC',
25 'Implementation-Vendor': 'GlavSoft LLC.' 25 'Implementation-Vendor': 'GlavSoft LLC.'
26 } 26 }
27 from configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } 27 from configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
28 archiveName = 'AliceVNC.jar' 28 archiveName = 'AliceVNC.jar'