Skip to content

Commit

Permalink
build: add 1.20.6 among testable versions
Browse files Browse the repository at this point in the history
+ trigger rebuild ;)
  • Loading branch information
Misat11 committed Jun 9, 2024
1 parent 77e378e commit 59f3dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/universal/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
prepareTestTask()
.versions('1.20.4', '1.20.2', '1.20.1', '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.6', '1.20.4', '1.20.2', '1.20.1', '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-master')
.jvmArgs('-Dio.papermc.paper.suppress.sout.nags=true', '-DPaper.IgnoreJavaVersion=true') // suppress System.out.println nag
.onlineMode(false)
Expand Down

0 comments on commit 59f3dbd

Please sign in to comment.