Skip to content
Snippets Groups Projects
Commit 0b28275a authored by erbel's avatar erbel
Browse files

Set MAPE as default shadowJar target

parent 6a586625
No related branches found
No related tags found
No related merge requests found
Pipeline #88332 failed
......@@ -121,7 +121,7 @@ project(':de.ugoe.cs.rwm.mocci.connector.dummy') {
jar {
manifest {
attributes 'Main-Class': 'de.ugoe.cs.rwm.mocci.SimpleScenario'
attributes 'Main-Class': 'de.ugoe.cs.rwm.mocci.MAPE'
}
}
......@@ -140,6 +140,7 @@ javadoc {
}
test {
exclude 'de/ugoe/cs/rwm/mocci/live/**'
//exclude 'de/ugoe/cs/rwm/mocci/**'
testLogging.showStandardStreams = true
testLogging {
exceptionFormat = 'full'
......
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