We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4851c4 commit df01ce1Copy full SHA for df01ce1
buildSrc/src/main/java/com/google/firebase/gradle/plugins/FireEscapeArtifactPlugin.kt
@@ -46,7 +46,9 @@ class FireEscapeArtifactPlugin : Plugin<Project> {
46
47
extensions.configure<PublishingExtension> {
48
publications.getByName<MavenPublication>("mavenAar") {
49
- artifact(zippedArtifact)
+ artifact(zippedArtifact) {
50
+ classifier "fireescape"
51
+ }
52
artifact(javadoc)
53
}
54
0 commit comments