This repository was archived by the owner on Aug 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ image:https://api.bintray.com/packages/ysb33r/grysb33r/groovy-vfs/images/downloa
1515[source,groovy]
1616----
1717@Grapes([
18- @Grab( 'org.ysb33r.groovy:groovy-vfs:0.5 ' ),
18+ @Grab( 'org.ysb33r.groovy:groovy-vfs:1.0.1 ' ),
1919 @Grab( 'commons-net:commons-net:3.+' ), // If you want to use ftp
2020 @Grab( 'commons-httpclient:commons-httpclient:3.1'), // If you want http/https
2121 @Grab( 'com.jcraft:jsch:0.1.48' ) // If you want sftp
@@ -92,7 +92,7 @@ buildscript {
9292 mavenCentral()
9393 }
9494 dependencies {
95- classpath 'org.ysb33r.gradle:vfs-gradle-plugin:0.5 .1'
95+ classpath 'org.ysb33r.gradle:vfs-gradle-plugin:1.0 .1'
9696 classpath 'commons-net:commons-net:3.+' // If you want to use ftp
9797 classpath 'commons-httpclient:commons-httpclient:3.1' // If you want http/https
9898 classpath 'com.jcraft:jsch:0.1.48' // If you want sftp
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ buildscript {
2727allprojects {
2828 ext {
2929 versionModifier = ' '
30- versionNumber = ' 1.0'
30+ versionNumber = ' 1.0.1 '
3131 modulesWithGroovyDoc = [
3232 ' dsl' ,
3333 ' gradle-plugin' ,
Original file line number Diff line number Diff line change 4646
4747## 0.01
4848+ Initial release
49- + Support for ` cp ` , ` ls ` , ` cat `
49+ + Support for ` cp ` , ` ls ` , ` cat `
You can’t perform that action at this time.
0 commit comments