Skip to content

Commit 25d3b29

Browse files
committed
Re-add minimal amount of projectOrArtifact to get GH to build
Test: GH Workflows Change-Id: If7c452b54421adb8d37340ed528aaabaa1011041
1 parent 391b00b commit 25d3b29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

activity/integration-tests/baselineprofile/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ android {
4747
}
4848

4949
dependencies {
50-
implementation(project(":benchmark:benchmark-junit4"))
51-
implementation(project(":benchmark:benchmark-macro-junit4"))
50+
implementation(projectOrArtifact(":benchmark:benchmark-junit4"))
51+
implementation(projectOrArtifact(":benchmark:benchmark-macro-junit4"))
5252
implementation(libs.testRules)
5353
implementation(libs.testExtJunit)
5454
implementation(libs.testCore)

0 commit comments

Comments
 (0)