aboutsummaryrefslogtreecommitdiff
path: root/.teamcity/settings.kts
diff options
context:
space:
mode:
Diffstat (limited to '.teamcity/settings.kts')
-rw-r--r--.teamcity/settings.kts6
1 files changed, 3 insertions, 3 deletions
diff --git a/.teamcity/settings.kts b/.teamcity/settings.kts
index 8b545a6..963e4fa 100644
--- a/.teamcity/settings.kts
+++ b/.teamcity/settings.kts
@@ -35,14 +35,14 @@ project {
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("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.minecraftforge", label = "Published group", description = "The maven coordinate group 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)
}
features {
githubIssues {
id = "Artifactural__IssueTracker"
- displayName = "minecraftforge/Artifactural"
- repositoryURL = "https://github.com/minecraftforge/Artifactural"
+ displayName = "NeoForged/Artifactural"
+ repositoryURL = "https://github.com/neoforged/Artifactural"
}
}
}