[Decompiler] rename :analysis:decompiled:native -> :analysis:decompiled:decompiler-native
to avoid possible name clashes between different Gradle subprojects with the same name. see https://github.com/gradle/gradle/issues/16986
This commit is contained in:
committed by
Space Team
parent
8fbd6ab02b
commit
5f5daa0e06
@@ -29,7 +29,7 @@ dependencies {
|
||||
testImplementation(project(":analysis:decompiled:decompiler-to-file-stubs"))
|
||||
testImplementation(project(":analysis:decompiled:light-classes-for-decompiled"))
|
||||
testImplementation(project(":analysis:decompiled:decompiler-to-psi"))
|
||||
testImplementation(project(":analysis:decompiled:native"))
|
||||
testImplementation(project(":analysis:decompiled:decompiler-native"))
|
||||
testImplementation(projectTests(":analysis:analysis-test-framework"))
|
||||
testImplementation(commonDependency("org.jetbrains.kotlin:kotlin-reflect")) { isTransitive = false }
|
||||
testImplementation(toolsJar())
|
||||
|
||||
@@ -10,7 +10,7 @@ dependencies {
|
||||
implementation(project(":analysis:project-structure"))
|
||||
implementation(project(":analysis:decompiled:decompiler-to-file-stubs"))
|
||||
implementation(project(":analysis:decompiled:decompiler-to-psi"))
|
||||
implementation(project(":analysis:decompiled:native"))
|
||||
implementation(project(":analysis:decompiled:decompiler-native"))
|
||||
implementation(intellijCore())
|
||||
}
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ tasks.register("analysisAllTests") {
|
||||
dependsOn(
|
||||
":analysis:decompiled:decompiler-to-file-stubs:test",
|
||||
":analysis:decompiled:decompiler-to-psi:test",
|
||||
":analysis:decompiled:native:test",
|
||||
":analysis:decompiled:decompiler-native:test",
|
||||
":analysis:analysis-api:test",
|
||||
":analysis:analysis-api-fir:test",
|
||||
":analysis:analysis-api-fe10:test",
|
||||
|
||||
+1
-1
@@ -152,7 +152,7 @@ val commonCompilerModules = arrayOf(
|
||||
":compiler:frontend.java", // TODO this is fe10 module but some utils used in fir ide now
|
||||
":analysis:decompiled:decompiler-to-stubs",
|
||||
":analysis:decompiled:decompiler-to-file-stubs",
|
||||
":analysis:decompiled:native",
|
||||
":analysis:decompiled:decompiler-native",
|
||||
":analysis:decompiled:decompiler-to-psi",
|
||||
":analysis:decompiled:light-classes-for-decompiled",
|
||||
":analysis:analysis-api-providers",
|
||||
|
||||
@@ -23,7 +23,7 @@ dependencies {
|
||||
testImplementation(projectTests(":analysis:decompiled:decompiler-to-file-stubs"))
|
||||
testImplementation(projectTests(":analysis:decompiled:decompiler-to-psi"))
|
||||
testImplementation(projectTests(":analysis:symbol-light-classes"))
|
||||
testImplementation(projectTests(":analysis:decompiled:native"))
|
||||
testImplementation(projectTests(":analysis:decompiled:decompiler-native"))
|
||||
testImplementation(intellijCore())
|
||||
testApi(platform(libs.junit.bom))
|
||||
testImplementation(libs.junit.jupiter.api)
|
||||
|
||||
+1
-1
@@ -56,7 +56,7 @@ internal fun TestGroupSuite.generateDecompiledTests() {
|
||||
}
|
||||
|
||||
testGroup(
|
||||
"analysis/decompiled/native/tests",
|
||||
"analysis/decompiled/decompiler-native/tests",
|
||||
"analysis/decompiled/decompiler-to-file-stubs/testData",
|
||||
) {
|
||||
testClass<AbstractDecompiledKnmStubConsistencyK2Test> {
|
||||
|
||||
+1
-1
@@ -571,7 +571,7 @@ include ":generators:analysis-api-generator",
|
||||
":analysis:decompiled:decompiler-to-psi",
|
||||
":analysis:decompiled:decompiler-to-stubs",
|
||||
":analysis:decompiled:decompiler-to-file-stubs",
|
||||
":analysis:decompiled:native",
|
||||
":analysis:decompiled:decompiler-native",
|
||||
":analysis:decompiled:light-classes-for-decompiled",
|
||||
":analysis:decompiled:light-classes-for-decompiled-fe10",
|
||||
":prepare:analysis-api-test-framework",
|
||||
|
||||
Reference in New Issue
Block a user