mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-22 06:25:15 +01:00
bump paperweight to 1.6.2 to fix spurious build failure from scanJar OOM
This commit is contained in:
parent
8ce62b3492
commit
7e3d5b569d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import kotlin.io.path.*
|
||||||
plugins {
|
plugins {
|
||||||
java
|
java
|
||||||
`maven-publish`
|
`maven-publish`
|
||||||
id("io.papermc.paperweight.core") version "1.6.1"
|
id("io.papermc.paperweight.core") version "1.6.2"
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
|
|
Loading…
Reference in a new issue