spring-webflux-5.0.gradle 366 B

1234567891011
  1. ext {
  2. minJavaVersionForTests = JavaVersion.VERSION_1_8
  3. }
  4. apply from: "$rootDir/gradle/instrumentation-library.gradle"
  5. archivesBaseName = "spring-webflux-5.0"
  6. dependencies {
  7. compileOnly group: 'org.springframework', name: 'spring-webflux', version: '5.0.0.RELEASE'
  8. compileOnly group: 'io.projectreactor.ipc', name: 'reactor-netty', version: '0.7.0.RELEASE'
  9. }