Regenerate gradle/project-schema.json
This commit is contained in:
+40
-41
@@ -2010,7 +2010,6 @@
|
|||||||
"experimentalRuntimeOnly",
|
"experimentalRuntimeOnly",
|
||||||
"implementation",
|
"implementation",
|
||||||
"merger",
|
"merger",
|
||||||
"nodeDist",
|
|
||||||
"runtime",
|
"runtime",
|
||||||
"runtimeClasspath",
|
"runtimeClasspath",
|
||||||
"runtimeElements",
|
"runtimeElements",
|
||||||
@@ -2027,7 +2026,6 @@
|
|||||||
"extensions": {
|
"extensions": {
|
||||||
"ext": "org.gradle.api.plugins.ExtraPropertiesExtension",
|
"ext": "org.gradle.api.plugins.ExtraPropertiesExtension",
|
||||||
"node": "com.moowork.gradle.node.NodeExtension",
|
"node": "com.moowork.gradle.node.NodeExtension",
|
||||||
"karma": "com.craigburke.gradle.KarmaModuleExtension",
|
|
||||||
"kotlin": "org.jetbrains.kotlin.gradle.dsl.KotlinProjectExtension",
|
"kotlin": "org.jetbrains.kotlin.gradle.dsl.KotlinProjectExtension",
|
||||||
"defaultArtifacts": "org.gradle.api.internal.plugins.DefaultArtifactPublicationSet",
|
"defaultArtifacts": "org.gradle.api.internal.plugins.DefaultArtifactPublicationSet",
|
||||||
"reporting": "org.gradle.api.reporting.ReportingExtension",
|
"reporting": "org.gradle.api.reporting.ReportingExtension",
|
||||||
@@ -3368,7 +3366,7 @@
|
|||||||
},
|
},
|
||||||
":custom-dependencies:protobuf-relocated": {
|
":custom-dependencies:protobuf-relocated": {
|
||||||
"conventions": {
|
"conventions": {
|
||||||
|
"base": "org.gradle.api.plugins.BasePluginConvention"
|
||||||
},
|
},
|
||||||
"configurations": [
|
"configurations": [
|
||||||
"archives",
|
"archives",
|
||||||
@@ -3378,7 +3376,8 @@
|
|||||||
"sources"
|
"sources"
|
||||||
],
|
],
|
||||||
"extensions": {
|
"extensions": {
|
||||||
"ext": "org.gradle.api.plugins.ExtraPropertiesExtension"
|
"ext": "org.gradle.api.plugins.ExtraPropertiesExtension",
|
||||||
|
"defaultArtifacts": "org.gradle.api.internal.plugins.DefaultArtifactPublicationSet"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
":examples:annotation-processor-example": {
|
":examples:annotation-processor-example": {
|
||||||
@@ -4319,6 +4318,43 @@
|
|||||||
"signing": "org.gradle.plugins.signing.SigningExtension"
|
"signing": "org.gradle.plugins.signing.SigningExtension"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
":kotlin-stdlib:jvm-minimal-for-test": {
|
||||||
|
"conventions": {
|
||||||
|
"base": "org.gradle.api.plugins.BasePluginConvention",
|
||||||
|
"java": "org.gradle.api.plugins.JavaPluginConvention"
|
||||||
|
},
|
||||||
|
"configurations": [
|
||||||
|
"apiElements",
|
||||||
|
"archives",
|
||||||
|
"compile",
|
||||||
|
"compileClasspath",
|
||||||
|
"compileOnly",
|
||||||
|
"default",
|
||||||
|
"distJar",
|
||||||
|
"implementation",
|
||||||
|
"kapt",
|
||||||
|
"kaptTest",
|
||||||
|
"runtime",
|
||||||
|
"runtimeClasspath",
|
||||||
|
"runtimeElements",
|
||||||
|
"runtimeJar",
|
||||||
|
"runtimeOnly",
|
||||||
|
"testCompile",
|
||||||
|
"testCompileClasspath",
|
||||||
|
"testCompileOnly",
|
||||||
|
"testImplementation",
|
||||||
|
"testRuntime",
|
||||||
|
"testRuntimeClasspath",
|
||||||
|
"testRuntimeOnly"
|
||||||
|
],
|
||||||
|
"extensions": {
|
||||||
|
"ext": "org.gradle.api.plugins.ExtraPropertiesExtension",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
},
|
||||||
":kotlin-stdlib:samples": {
|
":kotlin-stdlib:samples": {
|
||||||
"conventions": {
|
"conventions": {
|
||||||
"base": "org.gradle.api.plugins.BasePluginConvention",
|
"base": "org.gradle.api.plugins.BasePluginConvention",
|
||||||
@@ -5019,43 +5055,6 @@
|
|||||||
"reporting": "org.gradle.api.reporting.ReportingExtension"
|
"reporting": "org.gradle.api.reporting.ReportingExtension"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
":kotlin-stdlib:jvm-minimal-for-test": {
|
|
||||||
"conventions": {
|
|
||||||
"base": "org.gradle.api.plugins.BasePluginConvention",
|
|
||||||
"java": "org.gradle.api.plugins.JavaPluginConvention"
|
|
||||||
},
|
|
||||||
"configurations": [
|
|
||||||
"apiElements",
|
|
||||||
"archives",
|
|
||||||
"compile",
|
|
||||||
"compileClasspath",
|
|
||||||
"compileOnly",
|
|
||||||
"default",
|
|
||||||
"distJar",
|
|
||||||
"implementation",
|
|
||||||
"kapt",
|
|
||||||
"kaptTest",
|
|
||||||
"runtime",
|
|
||||||
"runtimeClasspath",
|
|
||||||
"runtimeElements",
|
|
||||||
"runtimeJar",
|
|
||||||
"runtimeOnly",
|
|
||||||
"testCompile",
|
|
||||||
"testCompileClasspath",
|
|
||||||
"testCompileOnly",
|
|
||||||
"testImplementation",
|
|
||||||
"testRuntime",
|
|
||||||
"testRuntimeClasspath",
|
|
||||||
"testRuntimeOnly"
|
|
||||||
],
|
|
||||||
"extensions": {
|
|
||||||
"ext": "org.gradle.api.plugins.ExtraPropertiesExtension",
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
":tools:binary-compatibility-validator": {
|
":tools:binary-compatibility-validator": {
|
||||||
"conventions": {
|
"conventions": {
|
||||||
"base": "org.gradle.api.plugins.BasePluginConvention",
|
"base": "org.gradle.api.plugins.BasePluginConvention",
|
||||||
|
|||||||
Reference in New Issue
Block a user