Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ed96dbc55 | |||
| 70928797a8 | |||
| a0d8946530 |
@@ -7,8 +7,7 @@ plugins {
|
||||
|
||||
// The kotlin-dsl plugin requires a repository to be declared
|
||||
repositories {
|
||||
mavenCentral()
|
||||
google()
|
||||
maven ("https://nexus.mir/repository/maven-proxy-group/")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
maven {
|
||||
url = uri("https://nexus.mir/repository/maven-proxy-group/")
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -19,7 +19,7 @@ abstract class ApiGeneratorPlugin : Plugin<Project> {
|
||||
with(target) {
|
||||
repositories {
|
||||
maven {
|
||||
url = uri("https://maven.dev.touchin.ru")
|
||||
url = uri("https://nexus.mir/repository/maven-proxy-group/")
|
||||
metadataSources {
|
||||
artifact()
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@ class SwaggerApiGeneratorAndroidPlugin : Plugin<Project> {
|
||||
const val TI_GENERATOR_CONFIG = "TIKotlin-swagger-codegen"
|
||||
const val TI_GENERATOR_VERSION = "1.0.1"
|
||||
const val GENERATOR_EXT_NAME = "swaggerApiGenerator"
|
||||
const val MAVEN_URL = "https://maven.dev.touchin.ru"
|
||||
const val MAVEN_URL = "https://nexus.mir/repository/maven-proxy-group/"
|
||||
}
|
||||
|
||||
override fun apply(target: Project) {
|
||||
|
||||
Reference in New Issue
Block a user