mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Slashes.
This commit is contained in:
parent
6f9223e034
commit
3ce5e8e40f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ open public class SimpleDep(override val groupId: String, override val artifactI
|
||||||
|
|
||||||
private fun toFile(v: String, s: String, suffix: String) : String {
|
private fun toFile(v: String, s: String, suffix: String) : String {
|
||||||
val fv = if (v.contains("SNAPSHOT")) v.replace("SNAPSHOT", "") else v
|
val fv = if (v.contains("SNAPSHOT")) v.replace("SNAPSHOT", "") else v
|
||||||
return Strings.join("/", arrayListOf(toDirectory(v),
|
return Strings.join("/", arrayListOf(toDirectory(v, false),
|
||||||
artifactId + "-" + fv + s + suffix))
|
artifactId + "-" + fv + s + suffix))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue