Skip to content

Commit

Permalink
backport for java 17 and paper/forks 1.19.4 and later
Browse files Browse the repository at this point in the history
  • Loading branch information
QarthO committed Aug 9, 2024
1 parent 724cacb commit 32366b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
steps:
- name: Fetch Project
uses: actions/checkout@v4
- name: Setup Java 21
- name: Setup Java 17
uses: actions/setup-java@v4
with:
java-version: '21'
java-version: '17'
distribution: 'zulu'
cache: maven
- name: Build and Package Plugin
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<name>qXP-Boosts</name>

<properties>
<java.version>21</java.version>
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.21-R0.1-SNAPSHOT</version>
<version>1.19.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 32366b5

Please sign in to comment.