Skip to content

Commit 65d4fa3

Browse files
committed
Fix getjars bug link
go/todont
1 parent e021ac7 commit 65d4fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/com/google/firebase/gradle/plugins/ProjectUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ val Project.dackkaConfig: Configuration
6262
*/
6363
fun Configuration.getJars() = incoming.artifactView {
6464
attributes {
65-
// replace value with android-class instead of jar after agp upgrade
65+
// TODO(b/241795594): replace value with android-class instead of jar after agp upgrade
6666
attribute(Attribute.of("artifactType", String::class.java), "jar")
6767
}
6868
}.artifacts.artifactFiles

0 commit comments

Comments
 (0)