1 Star 0 Fork 4

冰点/lottie-android

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
deploy_snapshot.sh 350 Bytes
Copy Edit Raw Blame History
Goooler authored 2021-09-10 13:52 . Fix publish credentials (#1896)
#!/bin/bash
#
# Deploy a jar, source jar, and javadoc jar to Sonatype's snapshot repo.
#
# Adapted from https://coderwall.com/p/9b_lfq and
# http://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/
set -e
./gradlew publish -PmavenCentralUsername="${SONATYPE_USERNAME}" -PmavenCentralPassword="${SONATYPE_PASSWORD}"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/freezing-point-zhangzhen/lottie-android.git
git@gitee.com:freezing-point-zhangzhen/lottie-android.git
freezing-point-zhangzhen
lottie-android
lottie-android
master

Search

23e8dbc6 1850385 7e0993f3 1850385