# HG changeset patch # User oc # Date 1400503014 -32400 # Node ID c1c009a06c2ebbb9fbdb7dc66b8cf6d989206cef # Parent 75879c316796513af041d789afbb86158b517e5d change dependencies diff -r 75879c316796 -r c1c009a06c2e build.gradle --- a/build.gradle Mon May 19 19:57:32 2014 +0900 +++ b/build.gradle Mon May 19 21:36:54 2014 +0900 @@ -37,10 +37,9 @@ } dependencies { - //viewerSwingCompile group: 'com.jcraft', name: 'jsch', version: '0.1.+', ext: 'jar' + viewerSwingCompile group: 'com.jcraft', name: 'jsch', version: '0.1.+', ext: 'jar' compile group: 'com.jcraft', name: 'jsch', version: '0.1.+', ext: 'jar' viewerSwingRuntime configurations.viewerSwingCompile - testCompile group: 'junit', name: 'junit', version: '4.+' } def manifestAttributes = ['Main-Class': 'com.glavsoft.viewer.TreeViewer', @@ -78,9 +77,7 @@ uploadArchives { repositories { - add(new org.apache.ivy.plugins.resolver.FileSystemResolver()) { - addArtifactPattern("$projectDir/dist/${project.baseName}-${project.version}/[artifact].[ext]") - } + } uploadDescriptor = false } @@ -129,364 +126,3 @@ versions[currentVersion] } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -