mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-04 20:45:52 +01:00
Add missing scm-legacy-plugin
This commit is contained in:
committed by
René Pfeuffer
parent
6c5793ca21
commit
cb138a0fc7
@@ -37,7 +37,7 @@ scmPlugin {
|
||||
displayName = 'Legacy'
|
||||
description = 'Support migrated repository urls and v1 passwords'
|
||||
author = 'Cloudogu GmbH'
|
||||
category = 'Source Code Management'
|
||||
category = 'Legacy Support'
|
||||
|
||||
openapi {
|
||||
packages = [
|
||||
|
||||
@@ -44,6 +44,7 @@ dependencies {
|
||||
corePlugin project(path: ':scm-plugins:scm-git-plugin', configuration: 'smp')
|
||||
corePlugin project(path: ':scm-plugins:scm-hg-plugin', configuration: 'smp')
|
||||
corePlugin project(path: ':scm-plugins:scm-svn-plugin', configuration: 'smp')
|
||||
corePlugin project(path: ':scm-plugins:scm-legacy-plugin', configuration: 'smp')
|
||||
assets project(path: ':scm-ui', configuration: 'assets')
|
||||
|
||||
implementation project(':scm-core')
|
||||
|
||||
Reference in New Issue
Block a user