From 8b1c20a4418311fdd0065002f93b52f7d97f19de Mon Sep 17 00:00:00 2001 From: takejohn <105504345+takejohn@users.noreply.github.com> Date: Fri, 29 Dec 2023 22:38:27 +0900 Subject: [PATCH] Set projectBranch to 'development' --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 79eaf20..430f285 100644 --- a/build.gradle +++ b/build.gradle @@ -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'