Skip to content

Commit 591b2af

Browse files
committed
update gradle task
1 parent b1f1a86 commit 591b2af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tasks.withType(Javadoc) {//防止编码问题
3737
}
3838

3939
task sourcesJar(type: Jar) {
40-
from android.sourceSets.main.java.srcDirs
40+
from android.sourceSets.main.java.sourceFiles
4141
classifier = 'sources'
4242
}
4343

0 commit comments

Comments
 (0)