Skip to content

Commit

Permalink
Remove TC CI checks (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n authored Nov 8, 2023
1 parent 6fe2e19 commit cdbfe96
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ version = "2021.2"
project {

buildType(Build)
buildType(PullRequestsJava8)
buildType(PullRequestsJava11)
buildType(PullRequestsJava17)

params {
text("git_main_branch", "NG_7.0", label = "Git Main Branch", description = "The git main or default branch to use in VCS operations.", display = ParameterDisplay.HIDDEN, allowEmpty = false)
Expand Down Expand Up @@ -59,32 +56,3 @@ object Build : BuildType({
name = "Build"
description = "Builds and Publishes the main branches of the project."
})

object PullRequestsJava8 : BuildType({
templates(AbsoluteId("MinecraftForge_BuildPullRequests"), AbsoluteId("MinecraftForge_SetupGradleUtilsCiEnvironmen"), AbsoluteId("MinecraftForge_BuildWithDiscordNotifications"), AbsoluteId("MinecraftForge_BuildUsingGradle"))
id("ForgeGradle__PullRequests")
name = "Pull Requests (Java 8)"
description = "Builds pull requests for the project using Java 8"
})

object PullRequestsJava11 : BuildType({
templates(AbsoluteId("MinecraftForge_BuildPullRequests"), AbsoluteId("MinecraftForge_SetupGradleUtilsCiEnvironmen"), AbsoluteId("MinecraftForge_BuildWithDiscordNotifications"), AbsoluteId("MinecraftForge_BuildUsingGradle"))
id("ForgeGradle__PullRequests__Java11")
name = "Pull Requests (Java 11)"
description = "Builds pull requests for the project using Java 11"

params {
text("docker_jdk_version", "11", label = "JDK version", description = "The version of the JDK to use during execution of tasks in a JDK.", display = ParameterDisplay.HIDDEN, allowEmpty = false)
}
})

object PullRequestsJava17 : BuildType({
templates(AbsoluteId("MinecraftForge_BuildPullRequests"), AbsoluteId("MinecraftForge_SetupGradleUtilsCiEnvironmen"), AbsoluteId("MinecraftForge_BuildWithDiscordNotifications"), AbsoluteId("MinecraftForge_BuildUsingGradle"))
id("ForgeGradle__PullRequests__Java17")
name = "Pull Requests (Java 17)"
description = "Builds pull requests for the project using Java 17"

params {
text("docker_jdk_version", "17", label = "JDK version", description = "The version of the JDK to use during execution of tasks in a JDK.", display = ParameterDisplay.HIDDEN, allowEmpty = false)
}
})

0 comments on commit cdbfe96

Please sign in to comment.