mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Fix Aether version.
This commit is contained in:
parent
62c11cbdfe
commit
1baca0cd35
1 changed files with 3 additions and 2 deletions
|
@ -28,6 +28,7 @@ object Versions {
|
|||
val mavenResolver = "1.0.3"
|
||||
val slf4j = "1.7.3"
|
||||
val kotlin = "1.1.0-rc-91"
|
||||
val aether = "1.0.2.v20150114"
|
||||
}
|
||||
|
||||
fun mavenResolver(vararg m: String)
|
||||
|
@ -35,8 +36,8 @@ fun mavenResolver(vararg m: String)
|
|||
.toTypedArray()
|
||||
|
||||
fun aether(vararg m: String)
|
||||
= m.map { "org.eclipse.aether:aether-$it:${Versions.mavenResolver}" }
|
||||
.toTypedArray()
|
||||
= m.map { "org.eclipse.aether:aether-$it:${Versions.aether}" }
|
||||
.toTypedArray()
|
||||
|
||||
val wrapper = project {
|
||||
name = "kobalt-wrapper"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue