Set projectBranch to 'development'

This commit is contained in:
takejohn 2023-12-29 22:38:27 +09:00
parent 66b77ee75a
commit 8b1c20a441

View File

@ -8,7 +8,7 @@ plugins {
group = 'net.coreprotect'
String projectVersion = '22.2'
String projectBranch = ''
String projectBranch = 'development'
version = projectVersion // `version` might be modified, we don't always want that (e.g. plugin.yml)
description = 'Provides block protection for your server.'
sourceCompatibility = '17'