Only load the one bim module

pull/8068/head
Oliver Günther 5 years ago
parent c121a2bec7
commit 6cf27ab5ca
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 4
      Gemfile.modules

@ -45,7 +45,5 @@ group :opf_plugins do
gem 'openproject-boards', path: 'modules/boards'
gem 'overviews', path: 'modules/overviews'
gem 'openproject-bim_seeder', path: 'modules/bim_seeder', require: !!(ENV['OPENPROJECT_EDITION'] == 'bim')
gem 'openproject-bcf', path: 'modules/bcf', require: !!(ENV['OPENPROJECT_EDITION'] == 'bim')
gem 'openproject-ifc_models', path: 'modules/ifc_models', require: !!(ENV['OPENPROJECT_EDITION'] == 'bim')
gem 'openproject-bim', path: 'modules/bim'
end

Loading…
Cancel
Save