提交 451d779b 编写于 作者: T Takeshi Hagikura 提交者: GitHub

Merge pull request #83 from google/add_sources.jar_to_artifact

Add sources.jar as part of the build artifacts.
......@@ -50,3 +50,12 @@ install {
}
}
}
task sourcesJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
classifier = 'sources'
}
artifacts {
archives sourcesJar
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册