This repository was archived by the owner on Aug 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 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
15
15
[source,groovy]
16
16
----
17
17
@Grapes([
18
- @Grab( 'org.ysb33r.groovy:groovy-vfs:0.5 ' ),
18
+ @Grab( 'org.ysb33r.groovy:groovy-vfs:1.0.1 ' ),
19
19
@Grab( 'commons-net:commons-net:3.+' ), // If you want to use ftp
20
20
@Grab( 'commons-httpclient:commons-httpclient:3.1'), // If you want http/https
21
21
@Grab( 'com.jcraft:jsch:0.1.48' ) // If you want sftp
@@ -92,7 +92,7 @@ buildscript {
92
92
mavenCentral()
93
93
}
94
94
dependencies {
95
- classpath 'org.ysb33r.gradle:vfs-gradle-plugin:0.5 .1'
95
+ classpath 'org.ysb33r.gradle:vfs-gradle-plugin:1.0 .1'
96
96
classpath 'commons-net:commons-net:3.+' // If you want to use ftp
97
97
classpath 'commons-httpclient:commons-httpclient:3.1' // If you want http/https
98
98
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 {
27
27
allprojects {
28
28
ext {
29
29
versionModifier = ' '
30
- versionNumber = ' 1.0'
30
+ versionNumber = ' 1.0.1 '
31
31
modulesWithGroovyDoc = [
32
32
' dsl' ,
33
33
' gradle-plugin' ,
Original file line number Diff line number Diff line change 46
46
47
47
## 0.01
48
48
+ 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