mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Warnings.
This commit is contained in:
parent
ea9d574f39
commit
e221fb2087
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ open public class FileDependency(open val fileName: String) : IClasspathDependen
|
|||
|
||||
override fun toMavenDependencies(): org.apache.maven.model.Dependency {
|
||||
with(org.apache.maven.model.Dependency()) {
|
||||
setSystemPath(jarFile.get().getAbsolutePath())
|
||||
systemPath = jarFile.get().absolutePath
|
||||
return this
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue