From 14b82dd9d887f778fbe0744db55d566c647356c1 Mon Sep 17 00:00:00 2001 From: Graham Date: Wed, 15 Apr 2020 22:42:28 +0100 Subject: [PATCH] Switch to -SNAPSHOT version of Fernflower Local variable name tracking with the @Pc annotation relies on changes not yet included in a release. I'm not intending to do another Fernflower release yet, as I've still got more changes to make, but I would like the @Pc tracking to work. Signed-off-by: Graham --- buildSrc/src/main/java/Versions.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/java/Versions.kt b/buildSrc/src/main/java/Versions.kt index 532f64fda0..e73538e2af 100644 --- a/buildSrc/src/main/java/Versions.kt +++ b/buildSrc/src/main/java/Versions.kt @@ -5,7 +5,7 @@ object Versions { const val commonsCompress = "1.20" const val dependencyLicenseReport = "1.13" const val fastutil = "8.3.1" - const val fernflower = "1.0.3" + const val fernflower = "1.0.4-SNAPSHOT" const val guava = "29.0-jre" const val guice = "4.2.3" const val inlineLogger = "1.0.2"