提交 736810cd 编写于 作者: T Takeshi Hagikura

Add sources.jar as part of the build artifacts.

Change-Id: Idb5aca9981678da486eef5215f58704123e3fa4e
上级 323c0ddc
......@@ -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.
先完成此消息的编辑!
想要评论请 注册