mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-02 02:10:53 +01:00
Remove outdated comments
This commit is contained in:
committed by
René Pfeuffer
parent
bac430163f
commit
fddacca7db
@@ -40,7 +40,6 @@ dependencies {
|
||||
testImplementation project(':scm-core')
|
||||
testImplementation project(':scm-test')
|
||||
|
||||
// TODO add tests
|
||||
testImplementation project(':scm-plugins:scm-git-plugin')
|
||||
testImplementation project(path: ':scm-plugins:scm-git-plugin', configuration: 'tests')
|
||||
testImplementation project(':scm-plugins:scm-hg-plugin')
|
||||
|
||||
@@ -76,12 +76,6 @@ helm {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
|
||||
}
|
||||
*/
|
||||
|
||||
helmPackageScmServerChart {
|
||||
appVersion = expandedVersion
|
||||
}
|
||||
|
||||
@@ -53,7 +53,7 @@ task publish(type: GitHubUploadTask) {
|
||||
repo = "website"
|
||||
path = "content/releases/${project.version.replace('.', '-')}.yml"
|
||||
branch = "master"
|
||||
message = "add release descriptor for ${project.version}"
|
||||
message = "Add release descriptor for ${project.version}"
|
||||
author {
|
||||
name = "CES Marvin"
|
||||
email = "cesmarvin@cloudogu.com"
|
||||
|
||||
@@ -35,8 +35,6 @@ node {
|
||||
nodeModulesDir = file(project.rootProject.projectDir)
|
||||
}
|
||||
|
||||
// TODO define inputs and outputs
|
||||
|
||||
task typecheck(type: YarnTask) {
|
||||
args = ['run', 'typecheck']
|
||||
inputs.files(fileTree(project.projectDir) {
|
||||
@@ -120,7 +118,7 @@ configurations {
|
||||
|
||||
artifacts {
|
||||
assets(project.layout.buildDirectory.dir('webapp')) {
|
||||
builtBy(build)
|
||||
builtBy(bundle)
|
||||
}
|
||||
assets(project.layout.projectDirectory.dir('ui-webapp/public'))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user