* Experiment with github actions * Fix? * another fix * Fix? * Change github actions run args * Tried and tested is better right? * spaces spaces spaces * revert * info * Just 4.9 * Fixes to support building on newer gradle versions * Forward log output and run tests on runtime gradle version * Remove travis * De-duplicate * Remove daily action, doesnt seem to work so well.
		
			
				
	
	
		
			22 lines
		
	
	
		
			No EOL
		
	
	
		
			252 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			No EOL
		
	
	
		
			252 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # Ignore everything
 | |
| /*
 | |
| 
 | |
| # Folders
 | |
| !/gradle
 | |
| !/src
 | |
| !/.github
 | |
| 
 | |
| # Files
 | |
| !/.gitattributes
 | |
| !/.gitignore
 | |
| !/.editorconfig
 | |
| !/build.gradle
 | |
| !/gradle.properties
 | |
| !/gradlew
 | |
| !/gradlew.bat
 | |
| !/HEADER
 | |
| !/LICENSE
 | |
| !/README.md
 | |
| !/settings.gradle
 | |
| !/Jenkinsfile
 | |
| !/checkstyle.xml |