mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-20 06:43:49 -07:00
.github
build-data
gradle
licenses
paper-api
paper-api-generator
paper-server
scripts
test-plugin
.editorconfig
.gitattributes
.gitignore
CONTRIBUTING.md
LICENSE.md
README.md
SECURITY.md
build.gradle.kts
gradle.properties
gradlew
gradlew.bat
settings.gradle.kts
13 lines
320 B
Properties
13 lines
320 B
Properties
group=io.papermc.paper
|
|
version=1.21.4-R0.1-SNAPSHOT
|
|
mcVersion=1.21.4
|
|
|
|
# Set to true while updating Minecraft version
|
|
updatingMinecraft=false
|
|
updateTaskListIssue=https://github.com/PaperMC/Paper/issues/11736
|
|
|
|
org.gradle.configuration-cache=true
|
|
org.gradle.caching=true
|
|
org.gradle.parallel=true
|
|
org.gradle.vfs.watch=false
|