Mercurial > hg > Members > riono > TreeVNC_ja_comment
diff build.gradle @ 95:c1c009a06c2e
change dependencies
author | oc |
---|---|
date | Mon, 19 May 2014 21:36:54 +0900 |
parents | a40b887a9234 |
children | 2b3eb4a9492f |
line wrap: on
line diff
--- 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] } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -