mirror of
				https://hub.gitmirror.com/https://github.com/gradle/gradle-build-action
				synced 2025-10-31 18:10:05 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			124 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			124 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
| plugins {
 | |
|     id 'java'
 | |
| }
 | |
| 
 | |
| repositories {
 | |
|     mavenCentral()
 | |
| }
 | |
| 
 | |
| dependencies {
 | |
|     testImplementation('junit:junit:4.12')
 | |
| }
 | 
