Skip to content

Commit

Permalink
build: 0.2.31
Browse files Browse the repository at this point in the history
  • Loading branch information
Misat11 committed Dec 11, 2023
1 parent 3ca8914 commit 3e2a7f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

allprojects {
group = 'org.screamingsandals.bedwars'
version = '0.2.31-SNAPSHOT'
version = '0.2.31'
}

if (version.toString().endsWith('-SNAPSHOT')) {
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ buildConfig {
}

prepareTestTask()
.versions('1.20.2', '1.20', '1.19.4', '1.19.3', '1.18.2', '1.17.1', '1.16.5', '1.15.2', '1.14.4', '1.13.2', '1.12.2', '1.11.2', '1.10.2', '1.9.4', '1.8.8')
.versions('1.20.4', '1.20.2', '1.20', '1.19.4', '1.19.3', '1.18.2', '1.17.1', '1.16.5', '1.15.2', '1.14.4', '1.13.2', '1.12.2', '1.11.2', '1.10.2', '1.9.4', '1.8.8')
.setSubdirectory("paper-0-2-x-branch")
.jvmArgs('-Dio.papermc.paper.suppress.sout.nags=true', '-DPaper.IgnoreJavaVersion=true') // suppress System.out.println nag
.onlineMode(false)
Expand Down

0 comments on commit 3e2a7f3

Please sign in to comment.