Update gradle.yml
This commit is contained in:
		
							parent
							
								
									58d9ac7fdd
								
							
						
					
					
						commit
						ef8197b275
					
				
							
								
								
									
										3
									
								
								.github/workflows/gradle.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/gradle.yml
									
									
									
									
										vendored
									
									
								
							@ -25,9 +25,12 @@ jobs:
 | 
				
			|||||||
      with:
 | 
					      with:
 | 
				
			||||||
        java-version: '11'
 | 
					        java-version: '11'
 | 
				
			||||||
        distribution: 'adopt'
 | 
					        distribution: 'adopt'
 | 
				
			||||||
 | 
					        cache: gradle
 | 
				
			||||||
    - name: Validate Gradle wrapper
 | 
					    - name: Validate Gradle wrapper
 | 
				
			||||||
      uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
 | 
					      uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
 | 
				
			||||||
    - name: Make gradlew executable
 | 
					    - name: Make gradlew executable
 | 
				
			||||||
      run: chmod +x ./gradlew
 | 
					      run: chmod +x ./gradlew
 | 
				
			||||||
 | 
					    - name: Build with Gradle
 | 
				
			||||||
 | 
					      run: ./gradlew generateSource
 | 
				
			||||||
    - name: Build with Gradle
 | 
					    - name: Build with Gradle
 | 
				
			||||||
      run: ./gradlew build
 | 
					      run: ./gradlew build
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user