mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Extra /.
This commit is contained in:
parent
0d055756a5
commit
949425be99
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import java.io.File
|
||||||
*/
|
*/
|
||||||
open public class UnversionedDep(open val groupId: String, open val artifactId: String) {
|
open public class UnversionedDep(open val groupId: String, open val artifactId: String) {
|
||||||
open public fun toMetadataXmlPath(fileSystem: Boolean = true): String {
|
open public fun toMetadataXmlPath(fileSystem: Boolean = true): String {
|
||||||
return toDirectory("", fileSystem) + "/maven-metadata.xml"
|
return toDirectory("", fileSystem) + "maven-metadata.xml"
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue