/*
 * This file was generated by yeoman generator for gradle projects.
 */
plugins {
    // Apply the java Plugin to add support for Java.
    id 'java'
}

repositories {
    // Use JCenter for resolving dependencies.
    jcenter()
    mavenCentral()
    mavenLocal()
}

dependencies {
    // Use JUnit Jupiter API for testing.
    testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.2'

    // Use JUnit Jupiter Engine for testing.
    testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
}

tasks.named('test') {
    // Use junit platform for unit tests.
    useJUnitPlatform()
}
