From db1126a7fdaa6ed86718c750ab23dd6ccf41482d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Basl=C3=A9?= Date: Wed, 10 Jan 2018 15:15:45 +0100 Subject: [PATCH] Bump japicmp plugin to 0.2.6 and activate source level compat check --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index 8cf7d682bb..27405cd87d 100644 --- a/build.gradle +++ b/build.gradle @@ -270,6 +270,7 @@ project('reactor-core') { newClasspath = files(jar.archivePath) onlyBinaryIncompatibleModified = true failOnModification = true + failOnSourceIncompatibility = true txtOutputFile = file("${project.buildDir}/reports/japi.txt") ignoreMissingClasses = true includeSynthetic = true @@ -445,6 +446,7 @@ project('reactor-test') { newClasspath = files(jar.archivePath) onlyBinaryIncompatibleModified = true failOnModification = true + failOnSourceIncompatibility = true txtOutputFile = file("${project.buildDir}/reports/japi.txt") ignoreMissingClasses = true includeSynthetic = true