Skip to content
Snippets Groups Projects
Commit 06c71c23 authored by Björn Vonheiden's avatar Björn Vonheiden
Browse files

Remove unused gradle configurations from uc3 and uc4 subproject

uc3 and uc4 had still some unnecassary configurations that are not
needed, because they are already configured in the root project.
This configuration may confuse developers.
parent 2dd52cc8
No related branches found
No related tags found
1 merge request!46Remove unused gradle configurations from uc3 and uc4 subproject
Pipeline #1055 passed
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