@@ -45,54 +45,38 @@ jobs:
4545 path : Remotely
4646 ref : ${{ inputs.remotely_ref != '' && inputs.remotely_ref || github.ref }}
4747
48- - name : Load sibling repository pins
49- working-directory : Remotely
50- run : |
51- set -a
52- source ci/sibling-pins.env
53- set +a
54- echo "RESCREEN_REF=${RESCREEN_REF}" >> "$GITHUB_ENV"
55- echo "REMODEL_REF=${REMODEL_REF}" >> "$GITHUB_ENV"
56- echo "REBASE_REF=${REBASE_REF}" >> "$GITHUB_ENV"
57-
5848 - name : Checkout ReScreen
5949 uses : actions/checkout@v4
6050 with :
6151 repository : RedxAx/ReScreen
6252 token : ${{ secrets.REPROJECTS_PAT }}
6353 path : ReScreen
64- ref : ${{ env.RESCREEN_REF }}
6554
6655 - name : Checkout Remodel
6756 uses : actions/checkout@v4
6857 with :
6958 repository : RedxAx/Remodel
7059 token : ${{ secrets.REPROJECTS_PAT }}
7160 path : Remodel
72- ref : ${{ env.REMODEL_REF }}
7361
7462 - name : Checkout Rebase
7563 uses : actions/checkout@v4
7664 with :
7765 repository : RedxAx/Rebase
7866 token : ${{ secrets.REPROJECTS_PAT }}
7967 path : Rebase
80- ref : ${{ env.REBASE_REF }}
8168
8269 - name : Ensure Remodel Java 21 toolchain
8370 run : |
8471 chmod +x Remotely/RemotelyMod/scripts/ci-ensure-remodel-java21.sh
8572 Remotely/RemotelyMod/scripts/ci-ensure-remodel-java21.sh Remodel
8673
87- - name : Set up JDK 21 and 25
74+ - name : Set up JDK 21
8875 uses : actions/setup-java@v4
8976 with :
9077 distribution : temurin
91- java-version : ' 21,25 '
78+ java-version : ' 21'
9279 cache : gradle
93- cache-dependency-path : |
94- Remotely/gradle/wrapper/gradle-wrapper.properties
95- Remotely/RemotelyMod/gradle/wrapper/gradle-wrapper.properties
9680
9781 - name : Preflight Remotely App jar
9882 working-directory : Remotely
10387 - name : Ensure version project directories
10488 working-directory : Remotely/RemotelyMod
10589 run : |
106- chmod +x scripts/ensure-version-project-dirs.sh scripts/ci-verify-version-layout.sh
90+ chmod +x scripts/ensure-version-project-dirs.sh
10791 ./scripts/ensure-version-project-dirs.sh
108- ./scripts/ci-verify-version-layout.sh
10992
11093 - name : Run RemotelyMod Gradle goal
11194 working-directory : Remotely/RemotelyMod
0 commit comments