Skip to content

Commit

Permalink
Remove manual Paper installation from CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Boerman committed Dec 23, 2024
1 parent 98ea412 commit 791a926
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/compile-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,6 @@ jobs:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Install Paper
run: |
git config --global user.email "jannyboy11@example.com"
git config --global user.name "Jannyboy11"
git clone https://github.com/PaperMC/Paper
cd Paper
git checkout ver/1.20.4
./gradlew applyPatches
./gradlew createReobfBundlerJar
./gradlew build
./gradlew generateMetadataFileForMavenPublication
./gradlew generatePomFileForMavenPublication
./gradlew publishToMavenLocal
cd ~/.m2/repository/io/papermc/paper/paper-server/1.20.4-R0.1-SNAPSHOT
mvn install:install-file -DgroupId=io.papermc.paper -DartifactId=paper-server -Dversion=1.20.4-R0.1-SNAPSHOT -Dpackaging=jar -Dfile=paper-server-1.20.4-R0.1-SNAPSHOT-mojang-mapped.jar
cd ~
- name: Compile ScalaLoader
run: mvn --batch-mode --update-snapshots verify -DfinalName=ScalaLoader
- name: Create tagged release
Expand Down

0 comments on commit 791a926

Please sign in to comment.