Skip to content
Snippets Groups Projects

Gradle + CI improvements

9 files
+ 21
93
Compare changes
  • Side-by-side
  • Inline
Files
9
dependencies {
compile project(':')
compile 'org.slf4j:slf4j-simple:1.6.1'
// Use JUnit test framework
testCompile 'junit:junit:4.12'
}
mainClassName = "uc1.application.HistoryService"
Loading