File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
worldedit-core/src/main/java/com/fastasyncworldedit/core Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ logger.lifecycle("""
3434*******************************************
3535""" )
3636
37- var rootVersion by extra(" 2.8.5 " )
37+ var rootVersion by extra(" 2.9.0 " )
3838var snapshot by extra(" SNAPSHOT" )
3939var revision: String by extra(" " )
4040var buildNumber by extra(" " )
5252 }
5353}
5454
55- version = String .format(" %s-%s " , rootVersion, buildNumber )
55+ version = String .format(" %s" , rootVersion)
5656
5757if (! project.hasProperty(" gitCommitHash" )) {
5858 apply (plugin = " org.ajoberstar.grgit" )
Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ public ThreadPoolExecutor newBlockingExecutor() {
626626 * Create a new blocking executor with specified name and FaweCache logger
627627 *
628628 * @return new blocking executor
629- * @since TODO
629+ * @since 2.9.0
630630 */
631631 public ThreadPoolExecutor newBlockingExecutor (String name ) {
632632 return newBlockingExecutor (name , LOGGER );
@@ -636,7 +636,7 @@ public ThreadPoolExecutor newBlockingExecutor(String name) {
636636 * Create a new blocking executor with specified name and logger
637637 *
638638 * @return new blocking executor
639- * @since TODO
639+ * @since 2.9.0
640640 */
641641 public ThreadPoolExecutor newBlockingExecutor (String name , Logger logger ) {
642642 int nThreads = Settings .settings ().QUEUE .PARALLEL_THREADS ;
You can’t perform that action at this time.
0 commit comments