We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
專案相關的資訊
我們會用 jenkins 自動上傳到 bintray,所以要設 autoPublish=false,等到改版時再把版本 publish 出去。
autoPublish=false
$ ./gradlew clean build bintrayUpload -PbintrayUser=BINTRAY_USERNAME -PbintrayKey=BINTRAY_KEY -PdryRun=false -PautoPublish=false
目前暫時手動產生 jekyll 版文件到 /docs 下,以便經由 github pages 顯示。需要先手動下載 dokka-fatjar.jar。
使用 dokka-fatjar 的原因是 dokka task 似乎沒辦法只生成 open api 相關文件,會連 android code 都產生文件。
$ java -jar dokka-fatjar.jar SDK/OpenAPIDeveloperLibrary/src/main/java -format jekyll -module com.kkbox.openapideveloper