mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-11-01 00:46:54 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			241 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			241 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| language: java
 | |
| 
 | |
| 
 | |
| jdk:
 | |
|   - openjdk8
 | |
| script: "mvn clean package -DskipTests=true -Dcheckstyle.skip=true"
 | |
| 
 | |
| branches:
 | |
|   only:
 | |
|     - develop
 | |
| 
 | |
| cache:
 | |
|   directories:
 | |
|     - '$HOME/.m2/repository'
 | |
| 
 | |
| notifications:
 | |
|   email:
 | |
|     - binarywang@vip.qq.com
 | 
