cbeust / kobalt

A Kotlin-based build system for the JVM.
Apache License 2.0
433 stars 60 forks source link

Importing artifact from external maven repository not working #377

Closed Redrield closed 7 years ago

Redrield commented 7 years ago

When trying to add a project dependency from a maven repo that isn't bintray, the artifact can't be resolved, even if the repo can.

Problematic Build.kt https://gist.github.com/Redrield/77ea9a41b7c27473b85651e49dbf0aac

cbeust commented 7 years ago

Fix deployed in the latest version.