We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
注释的文本里面有@之类的特殊发号会发布不成功
带有support.design的和recycer的项目是时候一直提示找不到,后来通过修改javadoc的task为: source = android.sourceSets.main.java.srcDirs classpath += project.files(android.getBootClasspath().join(File.pathSeparator)) failOnError false 就成功了
The text was updated successfully, but these errors were encountered:
注册的时候注意 在https://bintray.com/页面最下边 有一句 For Open Source Plan Sign Up Here 点击 sign up here 注册的就是免费的
Sorry, something went wrong.
(一定要在底部,對應build.gradle 主要添加这个依赖) apply from: './bintray.gradle' 路径应该是apply from: '../bintray.gradle'
No branches or pull requests
注释的文本里面有@之类的特殊发号会发布不成功
带有support.design的和recycer的项目是时候一直提示找不到,后来通过修改javadoc的task为:
source = android.sourceSets.main.java.srcDirs
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
failOnError false
就成功了
The text was updated successfully, but these errors were encountered: