aboutsummaryrefslogtreecommitdiffstats
path: root/buildSrc/src/main/groovy/org.onap.portal.history.java-common-conventions.gradle
blob: ee5af574f6748067a8172b992f44682e68be0acf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
 * This file was generated by the Gradle 'init' task.
 */

plugins {
    // Apply the java Plugin to add support for Java.
    id 'java'
    id 'idea'
}

repositories {
maven {
            url "https://plugins.gradle.org/m2/"
        }
        mavenCentral()
}

dependencies {
    implementation 'org.springframework.boot:spring-boot-starter-webflux:3.1.2'

    // Use JUnit Jupiter for testing.
    testImplementation 'org.junit.jupiter:junit-jupiter:5.7.2'
}

tasks.named('test') {
    // Use JUnit Platform for unit tests.
    useJUnitPlatform()
}