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:
tags:
- exec-docker
script: ./gradlew checkstyle --continue
allow_failure: true
artifacts:
paths:
- "*/build/reports/checkstyle/main.html"
......@@ -58,7 +57,6 @@ pmd:
tags:
- exec-docker
script: ./gradlew pmd --continue
allow_failure: true
artifacts:
paths:
- "*/build/reports/pmd/*.html"
......@@ -70,7 +68,6 @@ spotbugs:
tags:
- exec-docker
script: ./gradlew spotbugs --continue
allow_failure: true
artifacts:
paths:
- "*/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"
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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment