Skip to content

Commit e98fafb

Browse files
authored
Update build.gradle
try to get source jars to be published
1 parent d053d34 commit e98fafb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

query/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ task sourcesJar(type: Jar) {
3535
from android.sourceSets.main.java.srcDirs
3636
classifier = 'sources'
3737
}
38+
artifacts {
39+
archives sourcesJar
40+
}

0 commit comments

Comments
 (0)