mirror of
				https://hub.gitmirror.com/https://github.com/gradle/actions.git
				synced 2025-10-29 08:59:59 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			201 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			201 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| plugins {
 | |
|     // Apply the foojay-resolver plugin to allow automatic download of JDKs
 | |
|     id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
 | |
| }
 | |
| 
 | |
| rootProject.name = "java-toolchains"
 | 
