File tree 2 files changed +4
-4
lines changed
worldedit-core/src/main/java/com/fastasyncworldedit/core
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ logger.lifecycle("""
34
34
*******************************************
35
35
""" )
36
36
37
- var rootVersion by extra(" 2.8.5 " )
37
+ var rootVersion by extra(" 2.9.0 " )
38
38
var snapshot by extra(" SNAPSHOT" )
39
39
var revision: String by extra(" " )
40
40
var buildNumber by extra(" " )
52
52
}
53
53
}
54
54
55
- version = String .format(" %s-%s " , rootVersion, buildNumber )
55
+ version = String .format(" %s" , rootVersion)
56
56
57
57
if (! project.hasProperty(" gitCommitHash" )) {
58
58
apply (plugin = " org.ajoberstar.grgit" )
Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ public ThreadPoolExecutor newBlockingExecutor() {
626
626
* Create a new blocking executor with specified name and FaweCache logger
627
627
*
628
628
* @return new blocking executor
629
- * @since TODO
629
+ * @since 2.9.0
630
630
*/
631
631
public ThreadPoolExecutor newBlockingExecutor (String name ) {
632
632
return newBlockingExecutor (name , LOGGER );
@@ -636,7 +636,7 @@ public ThreadPoolExecutor newBlockingExecutor(String name) {
636
636
* Create a new blocking executor with specified name and logger
637
637
*
638
638
* @return new blocking executor
639
- * @since TODO
639
+ * @since 2.9.0
640
640
*/
641
641
public ThreadPoolExecutor newBlockingExecutor (String name , Logger logger ) {
642
642
int nThreads = Settings .settings ().QUEUE .PARALLEL_THREADS ;
You can’t perform that action at this time.
0 commit comments