Skip to content
Snippets Groups Projects

CI and other bugs

Merged René Schöne requested to merge ci into master
4 files
+ 21
43
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -26,7 +26,7 @@ dependencies {
testImplementation group: 'junit', name: 'junit', version: junitVersion
testImplementation group: 'org.hamcrest', name: 'hamcrest-junit', version: '1.0.0.0'
testImplementation 'com.opencsv:opencsv:3.8'
testImplementation 'com.github.stefanbirkner:system-rules:1.19.0'
testImplementation 'com.github.stefanbirkner:system-lambda:1.2.0'
}
mainClassName = 'de.tudresden.inf.st.ttc18live.LiveContestDriverXml'
Loading