diff options
author | SizableShrimp <sizableshrimp@sizableshrimp.me> | 2023-07-18 01:03:49 -0500 |
---|---|---|
committer | SizableShrimp <sizableshrimp@sizableshrimp.me> | 2023-07-18 01:03:49 -0500 |
commit | 9ec3350c3987df6d30310a8c8ae5e3817e4b8bdc (patch) | |
tree | 9e91bee91e21302ccedf2aa8b10c2f890948d1c3 | |
parent | 1d671ed9f1aad8cc68f18afda47febdddd60f0d8 (diff) | |
download | Artifactural-9ec3350c3987df6d30310a8c8ae5e3817e4b8bdc.tar.gz Artifactural-9ec3350c3987df6d30310a8c8ae5e3817e4b8bdc.tar.bz2 Artifactural-9ec3350c3987df6d30310a8c8ae5e3817e4b8bdc.zip |
Fix TC git main branch
-rw-r--r-- | .teamcity/settings.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.teamcity/settings.kts b/.teamcity/settings.kts index 963e4fa..2271e8a 100644 --- a/.teamcity/settings.kts +++ b/.teamcity/settings.kts @@ -32,7 +32,7 @@ project { buildType(PullRequests) params { - text("git_main_branch", "master", label = "Git Main Branch", description = "The git main or default branch to use in VCS operations.", display = ParameterDisplay.HIDDEN, allowEmpty = false) + text("git_main_branch", "main", label = "Git Main Branch", description = "The git main or default branch to use in VCS operations.", display = ParameterDisplay.HIDDEN, allowEmpty = false) text("github_repository_name", "Artifactural", label = "The github repository name. Used to connect to it in VCS Roots.", description = "This is the repository slug on github. So for example `Artifactural` or `MinecraftForge`. It is interpolated into the global VCS Roots.", display = ParameterDisplay.HIDDEN, allowEmpty = false) text("env.PUBLISHED_JAVA_ARTIFACT_ID", "artifactural", label = "Published artifact id", description = "The maven coordinate artifact id that has been published by this build. Can not be empty.", allowEmpty = false) text("env.PUBLISHED_JAVA_GROUP", "net.neoforged", label = "Published group", description = "The maven coordinate group that has been published by this build. Can not be empty.", allowEmpty = false) |