File tree Expand file tree Collapse file tree
common/src/main/java/io/wdsj/asw/common/update Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ public final class Updater {
2222 private static final String RELEASE_URL = API_ROOT + "/releases/latest" ;
2323 private static final String COMMITS_URL = API_ROOT + "/commits/" ;
2424 private static final String COMPARE_URL = API_ROOT + "/compare/" ;
25+ @ SuppressWarnings ("ConstantConditions" )
2526 private static final boolean DEV_CHANNEL = "dev" .equalsIgnoreCase (PluginBuildInfo .VERSION_CHANNEL );
2627
2728 private Updater () {
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ org.gradle.jvmargs=-Xmx2G -Dfile.encoding=UTF-8
22kotlin.code.style =official
33
44# plugin meta
5- pluginVersion =2.2 .0
6- versionChannel =dev
5+ pluginVersion =2.3 .0
6+ versionChannel =release
77
88# dependencies
99paperVersion =1.21.11-R0.1-SNAPSHOT
10- cloudVersion =2.0.0-beta.15
11- langchain4jVersion =1.16.3
10+ cloudVersion =2.0.0-beta.17
11+ langchain4jVersion =1.18.0
1212jmhVersion =1.37
1313guavaVersion =33.4.0-jre
14- javaWebSocketVersion =1.5.7
14+ javaWebSocketVersion =1.6.0
You can’t perform that action at this time.
0 commit comments