mirror of
				https://hub.spigotmc.org/stash/scm/spigot/spigot.git
				synced 2025-11-01 09:09:35 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			240 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			240 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
language: java
 | 
						|
jdk:
 | 
						|
  - openjdk7
 | 
						|
  - oraclejdk7
 | 
						|
  - oraclejdk8
 | 
						|
notifications:
 | 
						|
  email: false
 | 
						|
before_install:
 | 
						|
  - git config --global user.email "admin@ecocitycraft.com"
 | 
						|
  - git config --global user.name "EcoCityCraft"
 | 
						|
  - ./applyPatches.sh
 |