Skip to content
Snippets Groups Projects
build.gradle 511 B
Newer Older
/*
 * 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'
    id 'java-library'
}

dependencies {
    implementation 'net.kieker-monitoring:kieker:1.15-SNAPSHOT:jar' 
}

sourceSets {
  main {
    java { }
  }
  gen {
    java { }
  }
}