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 d053d34 commit e98fafbCopy full SHA for e98fafb
query/build.gradle
@@ -35,3 +35,6 @@ task sourcesJar(type: Jar) {
35
from android.sourceSets.main.java.srcDirs
36
classifier = 'sources'
37
}
38
+artifacts {
39
+ archives sourcesJar
40
+}
0 commit comments