Skip to content

Commit

Permalink
chore: 去掉AutoMakeMissingClassPool的测试用例
Browse files Browse the repository at this point in the history
这里很久不需要改动了。并且引入这个测试需要多依赖一个低版本的SDK(API 28),使IDE索引变麻烦。

#411
  • Loading branch information
shifujun committed Oct 25, 2021
1 parent ea59e39 commit 9575fcd
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 64 deletions.
1 change: 0 additions & 1 deletion buildScripts/gradle/maven.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ task jvmTestSdk() {
dependsOn gradle.includedBuild('core').task(':gradle-plugin:test')
dependsOn gradle.includedBuild('core').task(':utils:test')
dependsOn gradle.includedBuild('core').task(':loader:test')
dependsOn ':test_third-party-transform_androidx:assembleDebug'
}

task androidTestSdk() {
Expand Down
5 changes: 0 additions & 5 deletions projects/test/third-party-transform/README.md

This file was deleted.

1 change: 0 additions & 1 deletion projects/test/third-party-transform/androidx/.gitignore

This file was deleted.

54 changes: 0 additions & 54 deletions projects/test/third-party-transform/androidx/build.gradle

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def includeTest() {
'test-plugin-multidex-v1_0_2',
'test-plugin-multidex-v2_0_1',
'plugin-service-for-host',
'test_third-party-transform_androidx',
'test-none-dynamic-host'
project(':test-dynamic-host').projectDir = file('projects/test/dynamic/host/test-dynamic-host')
project(':test-dynamic-manager').projectDir = file('projects/test/dynamic/manager/test-dynamic-manager')
Expand All @@ -54,7 +53,6 @@ def includeTest() {
project(':test-plugin-multidex-v2_0_1').projectDir = file('projects/test/plugin/particular-cases/multidex/test-plugin-multidex-v2_0_1')
project(':plugin-service-for-host').projectDir = file('projects/test/plugin/particular-cases/plugin-service-for-host')
project(':test-none-dynamic-host').projectDir = file('projects/test/none-dynamic/host/test-none-dynamic-host')
project(':test_third-party-transform_androidx').projectDir = file('projects/test/third-party-transform/androidx')
}

def includeSample() {
Expand Down

0 comments on commit 9575fcd

Please sign in to comment.