Skip to content
Snippets Groups Projects
Commit 559f7a39 authored by Reiner Jung's avatar Reiner Jung
Browse files

Updated Moobench code. Refactored and working on support for Kieker 1.14

parent 1f51b007
No related branches found
No related tags found
No related merge requests found
Showing
with 42 additions and 0 deletions
......@@ -3,3 +3,9 @@
/build/
/dist/
/tmp/
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build
/*
* This file was generated by the Gradle 'init' task.
*
* This generated file contains a sample Java project to get you started.
* For more details take a look at the Java Quickstart chapter in the Gradle
* User Manual available at https://docs.gradle.org/6.5/userguide/tutorial_java_projects.html
*/
plugins {
id 'java'
}
repositories {
// Use jcenter for resolving dependencies.
// You can declare any Maven/Ivy/file repository here.
jcenter()
mavenCentral()
}
dependencies {
// This dependency is used by the application.
implementation 'com.google.guava:guava:29.0-jre'
implementation 'com.beust:jcommander:1.72'
// Use JUnit test framework
testImplementation 'junit:junit:4.13'
}
subprojects {
repositories {
// Use jcenter for resolving dependencies.
// You can declare any Maven/Ivy/file repository here.
jcenter()
mavenCentral()
}
}
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