mirror of
				https://hub.gitmirror.com/https://github.com/gradle/actions.git
				synced 2025-11-04 03:50:02 +08:00 
			
		
		
		
	Bumps the gradle group with 1 update in the /.github/workflow-samples/java-toolchain directory: org.gradle.toolchains.foojay-resolver-convention. Updates `org.gradle.toolchains.foojay-resolver-convention` from 0.10.0 to 1.0.0 --- updated-dependencies: - dependency-name: org.gradle.toolchains.foojay-resolver-convention dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle ... Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			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 "1.0.0"
 | 
						|
}
 | 
						|
 | 
						|
rootProject.name = "java-toolchains"
 |