Skip to content
Snippets Groups Projects
Commit 1cefbb38 authored by Sören Henning's avatar Sören Henning
Browse files

Merge branch 'master' of git.se.informatik.uni-kiel.de:she/theodolite

parents 554e4c2e 902b3479
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,6 @@ checkstyle: ...@@ -46,7 +46,6 @@ checkstyle:
tags: tags:
- exec-docker - exec-docker
script: ./gradlew checkstyle --continue script: ./gradlew checkstyle --continue
allow_failure: true
artifacts: artifacts:
paths: paths:
- "*/build/reports/checkstyle/main.html" - "*/build/reports/checkstyle/main.html"
...@@ -58,7 +57,6 @@ pmd: ...@@ -58,7 +57,6 @@ pmd:
tags: tags:
- exec-docker - exec-docker
script: ./gradlew pmd --continue script: ./gradlew pmd --continue
allow_failure: true
artifacts: artifacts:
paths: paths:
- "*/build/reports/pmd/*.html" - "*/build/reports/pmd/*.html"
...@@ -70,7 +68,6 @@ spotbugs: ...@@ -70,7 +68,6 @@ spotbugs:
tags: tags:
- exec-docker - exec-docker
script: ./gradlew spotbugs --continue script: ./gradlew spotbugs --continue
allow_failure: true
artifacts: artifacts:
paths: paths:
- "*/build/reports/spotbugs/*.html" - "*/build/reports/spotbugs/*.html"
......
allprojects {
repositories {
maven {
url 'https://packages.confluent.io/maven/'
}
}
}
dependencies {
compile('org.industrial-devops:titan-ccp-common-kafka:0.1.0-SNAPSHOT')
}
mainClassName = "theodolite.uc3.application.HistoryService" mainClassName = "theodolite.uc3.application.HistoryService"
allprojects {
repositories {
maven {
url 'https://packages.confluent.io/maven/'
}
}
}
dependencies {
compile('org.industrial-devops:titan-ccp-common-kafka:0.1.0-SNAPSHOT')
}
mainClassName = "theodolite.uc4.application.HistoryService" mainClassName = "theodolite.uc4.application.HistoryService"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment