File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments