[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
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user