Skip to content

Commit 00d5384

Browse files
committed
Try to add sources
1 parent e8fb55c commit 00d5384

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

OsmAnd-api/build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,13 @@ android {
3333
dependencies {
3434
implementation fileTree(dir: 'libs', include: ['*.jar'])
3535
implementation 'com.android.support:support-annotations:27.1.1'
36+
}
37+
38+
task sourcesJar(type: Jar) {
39+
classifier = 'sources'
40+
from android.sourceSets.main.java.sourceFiles
41+
}
42+
43+
artifacts {
44+
archives sourcesJar
3645
}

0 commit comments

Comments
 (0)