mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-05 04:55:50 +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'
|
displayName = 'Legacy'
|
||||||
description = 'Support migrated repository urls and v1 passwords'
|
description = 'Support migrated repository urls and v1 passwords'
|
||||||
author = 'Cloudogu GmbH'
|
author = 'Cloudogu GmbH'
|
||||||
category = 'Source Code Management'
|
category = 'Legacy Support'
|
||||||
|
|
||||||
openapi {
|
openapi {
|
||||||
packages = [
|
packages = [
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ dependencies {
|
|||||||
corePlugin project(path: ':scm-plugins:scm-git-plugin', configuration: 'smp')
|
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-hg-plugin', configuration: 'smp')
|
||||||
corePlugin project(path: ':scm-plugins:scm-svn-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')
|
assets project(path: ':scm-ui', configuration: 'assets')
|
||||||
|
|
||||||
implementation project(':scm-core')
|
implementation project(':scm-core')
|
||||||
|
|||||||
Reference in New Issue
Block a user