Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Set projectBranch to 'development'"
Browse files Browse the repository at this point in the history
This reverts commit 8b1c20a.
takejohn committed Dec 31, 2023

Unverified

This user has not yet uploaded their public signing key.
1 parent 7c00d4c commit a58d764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ plugins {

group = 'net.coreprotect'
String projectVersion = '22.2'
String projectBranch = 'development'
String projectBranch = ''
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'

0 comments on commit a58d764

Please sign in to comment.