From 75553f9c3ec83d5756bda9c8dcc7997b392f8006 Mon Sep 17 00:00:00 2001 From: NichtStudioCode <51272202+NichtStudioCode@users.noreply.github.com> Date: Sat, 18 Dec 2021 13:15:11 +0100 Subject: [PATCH] Removed NMS-Repo and GitHub CI --- .github/workflows/maven.yml | 25 ------------------------- pom.xml | 4 ---- 2 files changed, 29 deletions(-) delete mode 100644 .github/workflows/maven.yml diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml deleted file mode 100644 index 1b74fb1..0000000 --- a/.github/workflows/maven.yml +++ /dev/null @@ -1,25 +0,0 @@ -# This workflow will build a Java project with Maven -# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven - -name: Java CI with Maven - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Set up JDK 17 - uses: actions/setup-java@v2 - with: - java-version: '17' - distribution: 'adopt' - - name: Build with Maven - run: mvn -B package --file pom.xml diff --git a/pom.xml b/pom.xml index 278c466..e45fcc7 100644 --- a/pom.xml +++ b/pom.xml @@ -14,10 +14,6 @@ - - nms-repo - https://repo.codemc.org/repository/nms/ - spigot-repo https://hub.spigotmc.org/nexus/content/repositories/snapshots/