Skip to content

Commit 81ebee4

Browse files
authored
v2.9.5
2 parents 8e3debc + 1d52bdd commit 81ebee4

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

jitpack.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
jdk:
2+
- openjdk16
3+
before_install:
4+
- echo "Before Install"
5+
- bash ensure-java-16 install
6+
install:
7+
- echo "Install"
8+
- if ! bash ensure-java-16 use; then source ~/.sdkman/bin/sdkman-init.sh; fi
9+
- java -version
10+
- mvn install

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<name>ChatEx</name>
77
<inceptionYear>2022</inceptionYear>
88

9-
<version>2.9.4</version>
9+
<version>2.9.5</version>
1010
<description>ChatManagement plugin for Bukkit</description>
1111
<url>https://www.spigotmc.org/resources/chatex-continued.71041/</url>
1212

@@ -133,8 +133,9 @@
133133
</dependencies>
134134

135135
<properties>
136-
<maven.compiler.source>1.8</maven.compiler.source>
137-
<maven.compiler.target>1.8</maven.compiler.target>
136+
<java.version>16</java.version>
137+
<maven.compiler.source>16</maven.compiler.source>
138+
<maven.compiler.target>16</maven.compiler.target>
138139
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
139140
</properties>
140141

0 commit comments

Comments
 (0)