diff --git a/build.yml b/.github/workflows/build.yml similarity index 82% rename from build.yml rename to .github/workflows/build.yml index 1ff1c89..5c4480e 100644 --- a/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 # Setup JDK - name: Setup Java JDK @@ -19,10 +19,13 @@ jobs: with: java-version: 17 distribution: 'zulu' - + # Build + - name: Make gradlew executable + run: chmod +x gradlew + - name: Build with Gradle - run: gradle build + run: ./gradlew build - name: Auto release uses: "marvinpinto/action-automatic-releases@latest" diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 51a680c..747b15e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,10 @@