File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ version : 2.1
2
+ jobs :
3
+ build :
4
+ docker :
5
+ - image : cimg/openjdk:11.0
6
+ steps :
7
+ - checkout
8
+ - run :
9
+ name : Build
10
+ command : mvn -B -DskipTests clean package -Dcheckstyle.skip=true
11
+
Original file line number Diff line number Diff line change 4
4
[ ![ Github] ( https://img.shields.io/github/stars/Wechat-Group/WxJava?logo=github&style=flat )] ( https://github.com/Wechat-Group/WxJava )
5
5
[ ![ GitHub release] ( https://img.shields.io/github/release/Wechat-Group/WxJava.svg )] ( https://github.com/Wechat-Group/WxJava/releases )
6
6
[ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.binarywang/wx-java.svg )] ( http://mvnrepository.com/artifact/com.github.binarywang/wx-java )
7
- [ ![ Build Status] ( https://app.travis-ci.com/ Wechat-Group/WxJava.svg?branch=develop )] ( https://app.travis-ci. com/github /Wechat-Group/WxJava )
7
+ [ ![ Build Status] ( https://img.shields.io/circleci/project/github/ Wechat-Group/WxJava/develop .svg?sanitize=true )] ( https://circleci. com/gh /Wechat-Group/WxJava/tree/develop )
8
8
[ ![ 使用IntelliJ IDEA开发维护] ( https://img.shields.io/badge/IntelliJ%20IDEA-支持-blue.svg )] ( https://www.jetbrains.com/?from=WxJava-weixin-java-tools )
9
9
[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
10
10
You can’t perform that action at this time.
0 commit comments