File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ RUN chmod +x /usr/local/bin/use-j*.sh && \
3737 sh -c 'chmod ugo+s $(which alternatives)' && \
3838 ls -la /usr/local/bin/use-j*.sh && \
3939 echo "--- STARTS JDK 11/17/21/25 TESTS ---" && \
40- use-j11.sh && \
41- use-j17.sh && \
42- use-j25.sh && \
43- use-j21.sh && \
40+ source use-j11.sh && \
41+ source use-j17.sh && \
42+ source use-j25.sh && \
43+ source use-j21.sh && \
4444 echo "--- ENDS JDK 11/17/21/25 TESTS ---"
4545
4646# Set maven (nexus+proxy) and gradle (proxy) settings
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ RUN chmod +x /usr/local/bin/use-j*.sh && \
3737 sh -c 'chmod ugo+s $(which alternatives)' && \
3838 ls -la /usr/local/bin/use-j*.sh && \
3939 echo "--- STARTS JDK 11/17/21/25 TESTS ---" && \
40- use-j11.sh && \
41- use-j17.sh && \
42- use-j25.sh && \
43- use-j21.sh && \
40+ source use-j11.sh && \
41+ source use-j17.sh && \
42+ source use-j25.sh && \
43+ source use-j21.sh && \
4444 echo "--- ENDS JDK 11/17/21/25 TESTS ---"
4545
4646# Set maven (nexus+proxy) and gradle (proxy) settings
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ RUN chmod +x /usr/local/bin/use-j*.sh && \
2626 sh -c 'chmod ugo+s $(which alternatives)' && \
2727 ls -la /usr/local/bin/use-j*.sh && \
2828 echo "--- STARTS JDK 11/17/21 TESTS ---" && \
29- use-j11.sh && \
30- use-j17.sh && \
31- use-j21.sh && \
29+ source use-j11.sh && \
30+ source use-j17.sh && \
31+ source use-j21.sh && \
3232 echo "--- ENDS JDK 11/17/21 TESTS ---"
3333
3434COPY sbtconfig/repositories $HOME/.sbt/repositories
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ RUN chmod +x /usr/local/bin/use-j*.sh && \
2626 sh -c 'chmod ugo+s $(which alternatives)' && \
2727 ls -la /usr/local/bin/use-j*.sh && \
2828 echo "--- STARTS JDK 11/17/21 TESTS ---" && \
29- use-j11.sh && \
30- use-j17.sh && \
31- use-j21.sh && \
29+ source use-j11.sh && \
30+ source use-j17.sh && \
31+ source use-j21.sh && \
3232 echo "--- ENDS JDK 11/17/21 TESTS ---"
3333
3434COPY sbtconfig/repositories $HOME/.sbt/repositories
You can’t perform that action at this time.
0 commit comments