File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 2424
2525jobs :
2626 prerequisites :
27- name : Pre-requisites for building
2827 runs-on : ubuntu-latest
2928 if : github.repository == 'spring-projects/spring-pulsar'
3029 outputs :
4746 pulsarVersion=$(cat gradle/libs.versions.toml | grep "pulsar = \"" | cut -d '"' -f2)
4847 echo "pulsar_version=$pulsarVersion" >>$GITHUB_OUTPUT
4948 check_samples :
50- name : Check Samples project
5149 needs : [prerequisites]
5250 strategy :
5351 matrix :
9795 with :
9896 java-version : ${{ matrix.javaVersion }}
9997 distribution : ' liberica'
100- - name : Check samples (Java {{ matrix.javaVersion }})
98+ - name : Check samples (Java $ {{ matrix.javaVersion }})
10199 env :
102100 LOCAL_REPOSITORY_PATH : ${{ github.workspace }}/build/publications/repos
103101 VERSION : ${{ matrix.springPulsarVersion }}
You can’t perform that action at this time.
0 commit comments