Skip to content

Commit

Permalink
Merge 24.11 to 24.12
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-teamcity committed Dec 10, 2024
2 parents d69dfba + b1a06f3 commit 24abbaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ apacheDirectoryVersion=2.1.3
apacheMinaVersion=2.2.1

# Usually matches the version specified as a Spring Boot dependency (see springBootVersion below)
apacheTomcatVersion=10.1.31
apacheTomcatVersion=10.1.34

# (mothership) -> json-path -> json-smart -> accessor-smart
# (core) -> graalvm
Expand Down
1 change: 0 additions & 1 deletion gradle/settings/communityArtifacts.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
include ":server:testAutomation:buildTestModules:communityArtifacts"
include ":server:minification"
5 changes: 2 additions & 3 deletions gradle/settings/ehr.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ List<String> ehrModulesDirs = [
"server/modules/onprcEHRModules",
"server/modules/ehrModules",
"server/modules/snprcEHRModules",
"server/modules/tnprcEHRModules",
"server/modules/wnprc-modules",
"server/modules/LabDevKitModules"
]
Expand All @@ -66,9 +67,7 @@ BuildUtils.includeModules(this.settings, rootDir, [BuildUtils.PLATFORM_MODULES_D
BuildUtils.includeModules(this.settings, rootDir, ehrModulesDirs, excludedModules)

include ":server:modules:snd"
include ":server:modules:tnprc_ehr"
include ":server:modules:tnprc_billing"
include ":server:modules:dataintegration"
include ":server:modules:premiumModules:dataintegration"
include ":server:modules:premiumModules:premium"
include ":server:modules:premiumModules:ldap"

Expand Down

0 comments on commit 24abbaa

Please sign in to comment.