mirror of
				https://github.com/TeamPiped/Piped-Backend.git
				synced 2024-08-14 23:51:41 +00:00 
			
		
		
		
	Merge pull request #369 from TeamPiped/dockerless-build
Fix java version unset.
This commit is contained in:
		
						commit
						75a5bea37d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/docker-build.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/docker-build.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -23,10 +23,10 @@ jobs:
 | 
			
		|||
      - uses: actions/checkout@v3
 | 
			
		||||
      - name: Create Version File
 | 
			
		||||
        run: echo $(git log -1 --date=short --pretty=format:%cd)-$(git rev-parse --short HEAD) > VERSION
 | 
			
		||||
      - name: set up JDK ${{ matrix.java }}
 | 
			
		||||
      - name: set up JDK 17
 | 
			
		||||
        uses: actions/setup-java@v3
 | 
			
		||||
        with:
 | 
			
		||||
          java-version: ${{ matrix.java }}
 | 
			
		||||
          java-version: 17
 | 
			
		||||
          distribution: temurin
 | 
			
		||||
          check-latest: true
 | 
			
		||||
          cache: "gradle"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue