upd version and location

This commit is contained in:
rybakovi 2021-04-29 20:42:14 +03:00
parent 257c8e966b
commit a83d6074b2
1 changed files with 2 additions and 2 deletions

View File

@ -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()
}