1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2015-10-27 20:33:17 -07:00
parent 0d055756a5
commit 949425be99

View file

@ -9,7 +9,7 @@ import java.io.File
*/
open public class UnversionedDep(open val groupId: String, open val artifactId: String) {
open public fun toMetadataXmlPath(fileSystem: Boolean = true): String {
return toDirectory("", fileSystem) + "/maven-metadata.xml"
return toDirectory("", fileSystem) + "maven-metadata.xml"
}
/**