Skip to content

Commit

Permalink
ANDROID-14391 move resources into library-test-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
jeprubio committed Apr 4, 2024
1 parent e410dfd commit 08dc800
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 4 deletions.
File renamed without changes.
4 changes: 0 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ android {
}
}

tasks.withType(Test) {
android.sourceSets.main.res.srcDirs += 'src/test/res'
}

task sourceJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
archiveClassifier = "sources"
Expand Down

0 comments on commit 08dc800

Please sign in to comment.