Skip to content
Snippets Groups Projects
Commit 902b3479 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 bde960f8
No related branches found
No related tags found
No related merge requests found
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.
Please register or to comment