mirror of
				https://github.com/JetBrains/intellij-platform-plugin-template.git
				synced 2025-06-13 13:04:09 +00:00 
			
		
		
		
	GitHub Actions: Update release workflow to use Gradle build action
This commit is contained in:
		
							parent
							
								
									dfe55bb7db
								
							
						
					
					
						commit
						4e563ffcc9
					
				
							
								
								
									
										10
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @ -24,13 +24,9 @@ jobs: | |||||||
|         with: |         with: | ||||||
|           ref: ${{ github.event.release.tag_name }} |           ref: ${{ github.event.release.tag_name }} | ||||||
| 
 | 
 | ||||||
|       # Setup Java environment for the next steps |       # Setup Gradle | ||||||
|       - name: Setup Java |       - name: Setup Gradle | ||||||
|         uses: actions/setup-java@v3 |         uses: gradle/gradle-build-action@v2 | ||||||
|         with: |  | ||||||
|           distribution: zulu |  | ||||||
|           java-version: 17 |  | ||||||
|           cache: gradle |  | ||||||
| 
 | 
 | ||||||
|       # Set environment variables |       # Set environment variables | ||||||
|       - name: Export Properties |       - name: Export Properties | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user