Skip to content

Conversation

@labkey-tchad
Copy link
Member

@labkey-tchad labkey-tchad commented Aug 13, 2025

Rationale

The existing code customizes ":testAutomation:startTomcat" to append an extra property to the server's application.properties.
"stopTomcat" is going away. Instead of updating this to reference "startLabKey", I'm updating it to match the similar code in the premium module. Instead of using doFirst to update application.properties before starting tomcat, it uses doLast to update it after pickPg/pickMssql.

createPipelineConfigTask.mustRunAfter tasks.withType(DoThenSetup) is leftover from how that file was handled when running standalone Tomcat. It should be safe to remove.

Related Pull Requests

Changes

  • Remove reference to deprecated "startTomcat" gradle task

@labkey-tchad labkey-tchad merged commit 22093cd into develop Aug 14, 2025
8 checks passed
@labkey-tchad labkey-tchad deleted the fb_removeStopTomcat branch August 14, 2025 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants