From 665c6b3d2cbca90d595c68bade690f15d5d9fefd Mon Sep 17 00:00:00 2001 From: James Peters Date: Wed, 12 Jan 2022 21:38:17 +0000 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index fe00f40..62fd267 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -30,6 +30,7 @@ jobs: chmod +x "${GITHUB_WORKSPACE}/BuildTools/build-pre1.17.sh" # run script bash build-pre1.17.sh + ls ~/.m2/repository/org/spigotmc/ -R shell: bash - name: Set up JDK 16 @@ -44,7 +45,8 @@ jobs: # make file runnable, might not be necessary chmod +x "${GITHUB_WORKSPACE}/BuildTools/build-1.17.sh" # run script - "${GITHUB_WORKSPACE}/BuildTools/build-1.17.sh" + bash build-1.17.sh + ls ~/.m2/repository/org/spigotmc/ -R shell: sh - name: Set up JDK 17 @@ -56,10 +58,11 @@ jobs: - name: Run BuildTools 1.18+ working-directory: ./BuildTools run: | - # make file runnable, might not be necessary + # make file runnable, might not be necessary chmod +x "${GITHUB_WORKSPACE}/BuildTools/build-1.18+.sh" # run script - "${GITHUB_WORKSPACE}/BuildTools/build-pre1.18+.sh" + bash build-1.18+.sh + ls ~/.m2/repository/org/spigotmc/ -R shell: sh - name: Build with Maven