From fde1128b039efd35bea6fc21b25d798426962781 Mon Sep 17 00:00:00 2001 From: cpw Date: Wed, 29 Dec 2021 15:15:18 -0500 Subject: [PATCH] fix PRs Signed-off-by: cpw --- .teamcity/pom.xml | 6 +++--- .teamcity/settings.kts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.teamcity/pom.xml b/.teamcity/pom.xml index 515f911..cbb793f 100644 --- a/.teamcity/pom.xml +++ b/.teamcity/pom.xml @@ -1,9 +1,9 @@ 4.0.0 - McModLauncher_bootstraplauncher Config DSL Script - McModLauncher_bootstraplauncher - McModLauncher_bootstraplauncher_dsl + MinecraftForge_McModLauncher_bootstraplauncher Config DSL Script + MinecraftForge_McModLauncher_bootstraplauncher + MinecraftForge_McModLauncher_bootstraplauncher_dsl 1.0-SNAPSHOT diff --git a/.teamcity/settings.kts b/.teamcity/settings.kts index 4706998..fd156a8 100644 --- a/.teamcity/settings.kts +++ b/.teamcity/settings.kts @@ -54,7 +54,7 @@ object Build : BuildType({ }) object PullRequests : BuildType({ - templates(AbsoluteId("MinecraftForge_SetupGradleUtilsCiEnvironmen"), AbsoluteId("MinecraftForge_BuildWithDiscordNotifications"), AbsoluteId("MinecraftForge_BuildPullRequests"), AbsoluteId("MinecraftForge_BuildUsingGradle")) + templates(AbsoluteId("MinecraftForge_BuildPullRequests"), AbsoluteId("MinecraftForge_SetupGradleUtilsCiEnvironmen"), AbsoluteId("MinecraftForge_BuildWithDiscordNotifications"), AbsoluteId("MinecraftForge_BuildUsingGradle")) id("bootstraplauncher__PullRequests") name = "Pull Requests" description = "Builds pull requests for the project"