Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'BINTRAY_USER' for extension 'bintray' of type com.jfrog.bintray.gradle.BintrayExtension.
Vincent760107 opened this issue · 2 comments
Vincent760107 commented
Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'BINTRAY_USER' for extension 'bintray' of type com.jfrog.bintray.gradle.BintrayExtension.
xunhuangj commented
I have the same problem,
licheedev commented
I have the same problem,
@xunhuangj
注释掉这一行
https://github.com/licheedev/Android-SerialPort-API/blob/master/serialport/build.gradle#L40
或者把这个是否上传改为false
https://github.com/licheedev/Android-SerialPort-API/blob/master/serialport/bintray.gradle#L10