mirror of
				https://hub.gitmirror.com/https://github.com/gradle/gradle-build-action
				synced 2025-10-29 17:10:10 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			210 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			210 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
| plugins {
 | |
|     id 'java'
 | |
| }
 | |
| 
 | |
| java {
 | |
|     toolchain {
 | |
|         languageVersion = JavaLanguageVersion.of(16)
 | |
|     }
 | |
| }
 | |
| 
 | |
| repositories {
 | |
|     mavenCentral()
 | |
| }
 | |
| 
 | |
| dependencies {
 | |
|     testImplementation('junit:junit:4.13.2')
 | |
| } | 
