diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index ff874fc..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Java CI with Maven - -on: - push: - branches: [ latest ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: Set up JDK 17 - uses: actions/setup-java@v3 - with: - java-version: '17' - distribution: 'temurin' - - name: Build with Maven - run: mvn clean package --file pom.xml - - name: Upload Artifact - uses: actions/upload-artifact@v3 - with: - name: CommandPanels-DEV - path: target/*.jar \ No newline at end of file diff --git a/resource/plugin.yml b/resource/plugin.yml index 479827e..639d246 100644 --- a/resource/plugin.yml +++ b/resource/plugin.yml @@ -1,4 +1,4 @@ -version: 3.21.2.2 +version: 3.21.2.3 main: me.rockyhawk.commandpanels.CommandPanels name: CommandPanels author: RockyHawk