mirror of
				https://hub.gitmirror.com/https://github.com/gradle/actions.git
				synced 2025-10-30 01:20:05 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			437 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			437 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: Build with Gradle
 | |
| description: A collection of actions for building Gradle projects, as well as generating a dependency graph via Dependency Submission.
 | |
| 
 | |
| runs:
 | |
|   using: "composite"
 | |
|   steps:
 | |
|   - run: |
 | |
|       echo "::error::The path 'gradle/actions' is not a valid action. Please use 'gradle/actions/setup-gradle' or 'gradle/actions/dependency-submission'."
 | |
|       exit 1
 | |
|     shell: bash
 | |
| 
 | |
| branding:
 | |
|   icon: 'box'
 | |
|   color: 'gray-dark'
 | 
