More examples testing.
This commit is contained in:
parent
c7d46bfd7a
commit
f4f0ce42ae
12 changed files with 50 additions and 38 deletions
4
examples/test/test.groovy
Normal file
4
examples/test/test.groovy
Normal file
|
@ -0,0 +1,4 @@
|
|||
f = new File("K:\\kotlin\\semver-gradle\\examples\\test\\examples.properties")
|
||||
println(f.absoluteFile)
|
||||
println(f.exists())
|
||||
println(f.canRead())
|
Loading…
Add table
Add a link
Reference in a new issue