From 92c63851edf53ad7884c1806de397c41a070fd37 Mon Sep 17 00:00:00 2001 From: Nikolaus Krismer <niko@krismer.de> Date: Mon, 31 Mar 2014 14:08:07 +0200 Subject: [PATCH] clarified jdk8 comment about findbugs --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a184c667..c32c83ed 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,8 @@ group = 'at.uibk.dbis' version = '0.2.3-SNAPSHOT' description = 'PhD project of Nikolaus Krismer' -// Upgrade as soon as findbugs 2.1.0 is available (new version should support JDK8) + +// Upgrade as soon as findbugs 3.0 is available (this version supports JDK8) //sourceCompatibility=JavaVersion.VERSION_1_8 //targetCompatibility=JavaVersion.VERSION_1_8 sourceCompatibility=JavaVersion.VERSION_1_7 -- GitLab