@@ -9,8 +9,11 @@ dependencies {
99 BuildUtils . addLabKeyDependency(project : project, config : " modules" , depProjectPath : BuildUtils . getPlatformModuleProjectPath(project. gradle, " core" ), depProjectConfig : " published" , depExtension : " module" )
1010
1111 BuildUtils . addLabKeyDependency(project : project, config : " modules" , depProjectPath : BuildUtils . getPlatformModuleProjectPath(project. gradle, " assay" ), depProjectConfig : " published" , depExtension : " module" )
12- BuildUtils . addLabKeyDependency(project : project, config : " modules" , depProjectPath : BuildUtils . getPlatformModuleProjectPath(project. gradle, " audit" ), depProjectConfig : " published" , depExtension : " module" )
13- BuildUtils . addLabKeyDependency(project : project, config : " modules" , depProjectPath : BuildUtils . getPlatformModuleProjectPath(project. gradle, " bigiron" ), depProjectConfig : " published" , depExtension : " module" )
12+
13+ // Note: a dependency on these modules will break the folderAdmin UI: Issue 39943
14+ // BuildUtils.addLabKeyDependency(project: project, config: "modules", depProjectPath: BuildUtils.getPlatformModuleProjectPath(project.gradle, "audit"), depProjectConfig: "published", depExtension: "module")
15+ // BuildUtils.addLabKeyDependency(project: project, config: "modules", depProjectPath: BuildUtils.getPlatformModuleProjectPath(project.gradle, "bigiron"), depProjectConfig: "published", depExtension: "module")
16+
1417 BuildUtils . addLabKeyDependency(project : project, config : " modules" , depProjectPath : BuildUtils . getPlatformModuleProjectPath(project. gradle, " experiment" ), depProjectConfig : " published" , depExtension : " module" )
1518 BuildUtils . addLabKeyDependency(project : project, config : " modules" , depProjectPath : BuildUtils . getPlatformModuleProjectPath(project. gradle, " filecontent" ), depProjectConfig : " published" , depExtension : " module" )
1619 BuildUtils . addLabKeyDependency(project : project, config : " modules" , depProjectPath : BuildUtils . getPlatformModuleProjectPath(project. gradle, " issues" ), depProjectConfig : " published" , depExtension : " module" )
0 commit comments