Skip to content

Commit e33bbd2

Browse files
committed
Add log statement to indicate building with docs profile
1 parent 9540811 commit e33bbd2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ jobs:
228228
# If branch config contains JDK 8, use docs profile with JDK 8
229229
# Otherwise, use docs profile with JDK 17
230230
if [[ ("${{ matrix.has-jdk8 }}" == "true" && "${{ matrix.java-version }}" == "8") ]] || [[ ("${{ matrix.has-jdk8 }}" == "false" && "${{ matrix.java-version }}" == "17") ]]; then
231+
echo "Building with docs profile"
231232
./mvnw clean deploy -Pdocs,deploy,spring -B -U
232233
else
233234
./mvnw clean deploy -Pdeploy,spring -B -U

0 commit comments

Comments
 (0)