Update Toothpick

This commit is contained in:
jmp
2021-01-19 19:56:37 -08:00
parent 7e8bf667fa
commit cd18335858
24 changed files with 47 additions and 888 deletions

View File

@@ -1,5 +1,13 @@
import java.util.Locale
pluginManagement {
repositories {
mavenCentral()
jcenter()
maven("https://repo.jpenilla.xyz/snapshots")
}
}
val forkName = "Purpur"
val forkNameLowercase = forkName.toLowerCase(Locale.ENGLISH)