diff options
| author | SizableShrimp <sizableshrimp@sizableshrimp.me> | 2023-07-18 01:01:00 -0500 |
|---|---|---|
| committer | SizableShrimp <sizableshrimp@sizableshrimp.me> | 2023-07-18 01:01:00 -0500 |
| commit | 1d671ed9f1aad8cc68f18afda47febdddd60f0d8 (patch) | |
| tree | 01d50cccc1263dee97062a96272129973a913cd0 /.teamcity | |
| parent | 4d6cf31fbad5d043de2ac248538015a14875e00f (diff) | |
| download | Artifactural-1d671ed9f1aad8cc68f18afda47febdddd60f0d8.tar.gz Artifactural-1d671ed9f1aad8cc68f18afda47febdddd60f0d8.tar.bz2 Artifactural-1d671ed9f1aad8cc68f18afda47febdddd60f0d8.zip | |
Update to NeoForged and support Gradle 8.2+
Diffstat (limited to '.teamcity')
| -rw-r--r-- | .teamcity/pom.xml | 2 | ||||
| -rw-r--r-- | .teamcity/settings.kts | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.teamcity/pom.xml b/.teamcity/pom.xml index 6cdf2ab..d508918 100644 --- a/.teamcity/pom.xml +++ b/.teamcity/pom.xml @@ -22,7 +22,7 @@ </repository> <repository> <id>teamcity-server</id> - <url>https://teamcity.minecraftforge.net/app/dsl-plugins-repository</url> + <url>https://teamcity.neoforged.net/app/dsl-plugins-repository</url> <snapshots> <enabled>true</enabled> </snapshots> 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" } } } |
