upd version and location
This commit is contained in:
parent
257c8e966b
commit
a83d6074b2
|
|
@ -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