We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f1a86 commit 591b2afCopy full SHA for 591b2af
1 file changed
library/build.gradle
@@ -37,7 +37,7 @@ tasks.withType(Javadoc) {//防止编码问题
37
}
38
39
task sourcesJar(type: Jar) {
40
- from android.sourceSets.main.java.srcDirs
+ from android.sourceSets.main.java.sourceFiles
41
classifier = 'sources'
42
43
0 commit comments