diff --git a/glean-core/android/build.gradle b/glean-core/android/build.gradle index 4ebc22090..76b024640 100644 --- a/glean-core/android/build.gradle +++ b/glean-core/android/build.gradle @@ -132,11 +132,11 @@ afterEvaluate { } } -apply from: "$rootDir/publish.gradle" -ext.configurePublish( - 'org.mozilla.glean_rs', - 'glean_rs', - 'glean implementation', - /* jnaForTestConfiguration= */ configurations.jnaForTest, - /* variantWithoutLib= */ 'androidWithoutLib', -) +//apply from: "$rootDir/publish.gradle" +//ext.configurePublish( + //'org.mozilla.glean_rs', + //'glean_rs', + //'glean implementation', + //[> jnaForTestConfiguration= <] configurations.jnaForTest, + //[> variantWithoutLib= <] 'androidWithoutLib', +//)