comparison build.gradle @ 14:b175d5306b11

build.gradle
author YU
date Tue, 07 Oct 2014 15:52:31 +0900
parents e68415fd0a1f
children 87d90513e8f5
comparison
equal deleted inserted replaced
13:0a44eb36cb1c 14:b175d5306b11
1 apply plugin: 'java' 1 apply plugin: 'java'
2 apply plugin: 'eclipse' 2 apply plugin: 'eclipse'
3 apply plugin: 'maven'
3 4
4 sourceCompatibility = 1.8 5 sourceCompatibility = 1.8
5 targetCompatibility = 1.8 6 targetCompatibility = 1.8
6 version = '1.0' 7 version = '1.0'
7 8
9 repositories {
10 maven(){
11 url 'http://www.cr.ie.u-ryukyu.ac.jp/hg/maven/raw-file/1904e559acaf/'
12 }
13 }
14
8 dependencies { 15 dependencies {
9 compile fileTree(dir: 'src/libs', include: '*.jar') 16 compile 'com.glavsoft.viewer:tightvnc-jviewer:2.7.2'
10 } 17 }
11 18
12 jar { 19 jar {
13 manifest { 20 manifest {
14 attributes 'Implementation-Title': 'Gradle Quickstart', 'Implementation-Version': version 21 attributes 'Implementation-Title': 'Gradle Quickstart', 'Implementation-Version': version