Switch markdown usages to regular (teamcity) dependency
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
78d2c655d5
commit
80ad969f7b
@@ -1032,6 +1032,7 @@
|
||||
"compileOnly",
|
||||
"default",
|
||||
"distJar",
|
||||
"fatJarContents",
|
||||
"implementation",
|
||||
"kapt",
|
||||
"kaptTest",
|
||||
@@ -2172,6 +2173,8 @@
|
||||
"compileClasspath",
|
||||
"compileOnly",
|
||||
"default",
|
||||
"idea",
|
||||
"ideaPlugins",
|
||||
"implementation",
|
||||
"kapt",
|
||||
"kaptTest",
|
||||
@@ -2193,7 +2196,8 @@
|
||||
"kotlin": "org.jetbrains.kotlin.gradle.dsl.KotlinJvmProjectExtension",
|
||||
"kapt": "org.jetbrains.kotlin.gradle.plugin.KaptExtension",
|
||||
"defaultArtifacts": "org.gradle.api.internal.plugins.DefaultArtifactPublicationSet",
|
||||
"reporting": "org.gradle.api.reporting.ReportingExtension"
|
||||
"reporting": "org.gradle.api.reporting.ReportingExtension",
|
||||
"intellij": "org.jetbrains.intellij.IntelliJPluginExtension"
|
||||
}
|
||||
},
|
||||
":compiler:android-tests": {
|
||||
@@ -3300,13 +3304,28 @@
|
||||
|
||||
},
|
||||
"configurations": [
|
||||
"archives",
|
||||
"default",
|
||||
"relocated",
|
||||
"shadow"
|
||||
"relocatedProtobuf",
|
||||
"relocatedProtobufSources"
|
||||
],
|
||||
"extensions": {
|
||||
"ext": "org.gradle.api.plugins.ExtraPropertiesExtension",
|
||||
"shadow": "com.github.jengelman.gradle.plugins.shadow.ShadowExtension"
|
||||
"ext": "org.gradle.api.plugins.ExtraPropertiesExtension"
|
||||
}
|
||||
},
|
||||
":custom-dependencies:protobuf-relocated": {
|
||||
"conventions": {
|
||||
|
||||
},
|
||||
"configurations": [
|
||||
"archives",
|
||||
"baseProtobuf",
|
||||
"baseProtobufSources",
|
||||
"default",
|
||||
"sources"
|
||||
],
|
||||
"extensions": {
|
||||
"ext": "org.gradle.api.plugins.ExtraPropertiesExtension"
|
||||
}
|
||||
},
|
||||
":examples:annotation-processor-example": {
|
||||
@@ -4571,6 +4590,8 @@
|
||||
"compileClasspath",
|
||||
"compileOnly",
|
||||
"default",
|
||||
"idea",
|
||||
"ideaPlugins",
|
||||
"implementation",
|
||||
"kapt",
|
||||
"kaptTest",
|
||||
@@ -4592,7 +4613,8 @@
|
||||
"kotlin": "org.jetbrains.kotlin.gradle.dsl.KotlinJvmProjectExtension",
|
||||
"kapt": "org.jetbrains.kotlin.gradle.plugin.KaptExtension",
|
||||
"defaultArtifacts": "org.gradle.api.internal.plugins.DefaultArtifactPublicationSet",
|
||||
"reporting": "org.gradle.api.reporting.ReportingExtension"
|
||||
"reporting": "org.gradle.api.reporting.ReportingExtension",
|
||||
"intellij": "org.jetbrains.intellij.IntelliJPluginExtension"
|
||||
}
|
||||
},
|
||||
":plugins:annotation-based-compiler-plugins-ide-support": {
|
||||
@@ -5032,6 +5054,8 @@
|
||||
"compileClasspath",
|
||||
"compileOnly",
|
||||
"default",
|
||||
"idea",
|
||||
"ideaPlugins",
|
||||
"implementation",
|
||||
"kapt",
|
||||
"kaptTest",
|
||||
@@ -5052,7 +5076,8 @@
|
||||
"kotlin": "org.jetbrains.kotlin.gradle.dsl.KotlinJvmProjectExtension",
|
||||
"kapt": "org.jetbrains.kotlin.gradle.plugin.KaptExtension",
|
||||
"defaultArtifacts": "org.gradle.api.internal.plugins.DefaultArtifactPublicationSet",
|
||||
"reporting": "org.gradle.api.reporting.ReportingExtension"
|
||||
"reporting": "org.gradle.api.reporting.ReportingExtension",
|
||||
"intellij": "org.jetbrains.intellij.IntelliJPluginExtension"
|
||||
}
|
||||
},
|
||||
":kotlin-test:kotlin-test-js:kotlin-test-js-it": {
|
||||
|
||||
Reference in New Issue
Block a user