/* * 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:2.5.5' // Use JUnit Jupiter for testing. testImplementation 'org.junit.jupiter:junit-jupiter:5.7.2' } tasks.named('test') { // Use JUnit Platform for unit tests. useJUnitPlatform() }