A Gradle plugin introducing slash operator /
as a path separator.
See https://plugins.gradle.org/plugin/org.hidetake.slash for the latest version.
plugins {
id 'org.hidetake.slash' version 'x.x.x'
}
println buildDir / 'tmp'
This is an open source software licensed under the Apache License Version 2.0. Feel free to open issues or pull requests.
Push a tag named as version x.x.x
into GitHub and Travis CI will publish the plugin.