Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
TEST: use locally pushed to maven
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexterp37 committed Oct 16, 2019
1 parent 1954259 commit 766a6b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ allprojects {
google()
jcenter()

mavenLocal()

maven {
url "https://maven.mozilla.org/maven2"
}
Expand Down
7 changes: 3 additions & 4 deletions components/service/glean/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ dependencies {
implementation Dependencies.androidx_lifecycle_extensions
implementation Dependencies.androidx_work_runtime

//api "org.mozilla.telemetry.glean:glean-0.0.1TESTING37"
api files('glean_test_lib/glean-0.0.1-TESTING5.aar')
api "org.mozilla.telemetry:glean:0.0.1-TESTING9"

implementation project(':support-ktx')
implementation project(':support-base')
Expand All @@ -68,8 +67,8 @@ dependencies {
jnaForTest Dependencies.thirdparty_jna
testImplementation files(configurations.jnaForTest.copyRecursive().files)

testImplementation files('glean_test_lib/glean-0.0.1-TESTING5.aar')
testImplementation files('glean_test_lib/glean-forUnitTests-0.0.1-TESTING5.jar')
testImplementation "org.mozilla.telemetry:glean:0.0.1-TESTING9"
testImplementation "org.mozilla.telemetry:glean-forUnitTests:0.0.1-TESTING9"
}

apply from: '../../../publish.gradle'
Expand Down

0 comments on commit 766a6b9

Please sign in to comment.