mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07:12 -07:00
Code clean up.
This commit is contained in:
parent
e483a210eb
commit
19fbb3f507
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ public class Pom @javax.inject.Inject constructor(@Assisted val id: String,
|
|||
}
|
||||
|
||||
|
||||
val id: String = "${groupId}:${artifactId}:${version}"
|
||||
val id: String = "$groupId:$artifactId:$version"
|
||||
}
|
||||
|
||||
var dependencies = arrayListOf<Dependency>()
|
||||
|
@ -94,7 +94,7 @@ public class Pom @javax.inject.Inject constructor(@Assisted val id: String,
|
|||
}
|
||||
}
|
||||
}
|
||||
log(3, "Done parsing: ${groupId} ${artifactId} ${version}")
|
||||
log(3, "Done parsing: $groupId $artifactId $version")
|
||||
val tmpDependency = Dependency(groupId!!, artifactId!!, version, optional!!, scope)
|
||||
dependencies.add(tmpDependency)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue