From c9ac0fec88a2d184e767d112d707375292a1b702 Mon Sep 17 00:00:00 2001 From: Roberto Perez Alcolea Date: Thu, 26 Mar 2020 14:11:08 -0700 Subject: [PATCH] nebula.netflixoss 8.8.1 forces package name to always be lowercase (#82) Hi @brharrington I changed the underlying plugins to always force lowercase for package name to avoid the issues in the future If this fails again, I'll place another report with jfrog as that would be on their side. Wonderi f you could do a test release --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 87b3d5a..1fc79c9 100755 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { } plugins { - id 'nebula.netflixoss' version '8.8.0' + id 'nebula.netflixoss' version '8.8.1' } // Establish version and status