Skip to content

Commit

Permalink
CI跳过单元测试检查
Browse files Browse the repository at this point in the history
  • Loading branch information
liyujiang-gzu committed Aug 5, 2020
1 parent 4a096af commit e13fbf2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Publish to GitHub Packages
env:
TOKEN: ${{ secrets.TOKEN }}
run: ./gradlew publishReleasePublicationToGitHub --warning-mode all
run: ./gradlew publishToMavenLocal -x test --warning-mode all
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,17 @@

基于 Mozilla 的 [jchardet-1.1](http://jchardet.sourceforge.net) 进行易用性封装, 并打包发布到 [![jitpack](https://jitpack.io/v/gzu-liyujiang/CJKCharsetDetector.svg)](https://jitpack.io/#gzu-liyujiang/CJKCharsetDetector)


```groovy
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.gzu-liyujiang:CJKCharsetDetector:latest.version'
}
```
## License

```text
Expand Down

0 comments on commit e13fbf2

Please sign in to comment.