Merge pull request #258 from TouchInstinct/fix/api-gen

upd version and location
This commit is contained in:
rybakovi 2021-04-29 20:45:11 +03:00 committed by GitHub
commit 27f69a2dcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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()
}