Merge pull request #258 from TouchInstinct/fix/api-gen
upd version and location
This commit is contained in:
commit
27f69a2dcf
|
|
@ -12,14 +12,14 @@ abstract class ApiGeneratorPlugin : Plugin<Project> {
|
|||
companion object {
|
||||
const val API_GENERATOR_CONFIG = "apiGenerator"
|
||||
const val API_GENERATOR_EXT_NAME = "apiGenerator"
|
||||
const val API_GENERATOR_DEFAULT_VERSION = "1.4.0-beta5"
|
||||
const val API_GENERATOR_DEFAULT_VERSION = "1.4.0-beta10"
|
||||
}
|
||||
|
||||
override fun apply(target: Project) {
|
||||
with(target) {
|
||||
repositories {
|
||||
maven {
|
||||
url = uri("https://dl.bintray.com/touchin/touchin-tools")
|
||||
url = uri("https://maven.dev.touchin.ru")
|
||||
metadataSources {
|
||||
artifact()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue