# HG changeset patch # User YU # Date 1412664751 -32400 # Node ID b175d5306b11f443505944ae85a0749db0aa9d0a # Parent 0a44eb36cb1c4c71f9e74da9ec18d39d57a8c33c build.gradle diff -r 0a44eb36cb1c -r b175d5306b11 build.gradle --- a/build.gradle Tue Oct 07 15:51:46 2014 +0900 +++ b/build.gradle Tue Oct 07 15:52:31 2014 +0900 @@ -1,12 +1,19 @@ apply plugin: 'java' apply plugin: 'eclipse' +apply plugin: 'maven' sourceCompatibility = 1.8 targetCompatibility = 1.8 version = '1.0' +repositories { + maven(){ + url 'http://www.cr.ie.u-ryukyu.ac.jp/hg/maven/raw-file/1904e559acaf/' + } +} + dependencies { - compile fileTree(dir: 'src/libs', include: '*.jar') + compile 'com.glavsoft.viewer:tightvnc-jviewer:2.7.2' } jar {