mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 09:58:56 +08:00 
			
		
		
		
	Mention setup-gradle in README
This commit is contained in:
		
							
								
								
									
										16
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								README.md
									
									
									
									
									
								
							@@ -1,3 +1,19 @@
 | 
			
		||||
> [!IMPORTANT]
 | 
			
		||||
> As of `v3` this action has been superceded by `gradle/actions/setup-gradle`.
 | 
			
		||||
> Any workflow that uses `gradle/gradle-build-action@v3` will transparently delegate to `gradle/actions/setup-gradle@v3`.
 | 
			
		||||
>
 | 
			
		||||
> Users are encouraged to update their workflows, replacing:
 | 
			
		||||
> ```
 | 
			
		||||
> uses: gradle/gradle-build-action@v3
 | 
			
		||||
> ```
 | 
			
		||||
>
 | 
			
		||||
> with
 | 
			
		||||
> ```
 | 
			
		||||
> uses: gradle/actions/setup-gradle@v3
 | 
			
		||||
> ```
 | 
			
		||||
>
 | 
			
		||||
> See the [setup-gradle documentation](https://github.com/gradle/actions/tree/main/setup-gradle) for up-to-date documentation for `gradle/actons/setup-gradle`. 
 | 
			
		||||
 | 
			
		||||
# Execute Gradle builds in GitHub Actions workflows
 | 
			
		||||
 | 
			
		||||
This GitHub Action can be used to configure Gradle and optionally execute a Gradle build on any platform supported by GitHub Actions.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user