Skip to content

Commit

Permalink
nebula.netflixoss 8.8.1 forces package name to always be lowercase (#82)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rpalcolea authored Mar 26, 2020
1 parent 685e1d2 commit c9ac0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

plugins {
id 'nebula.netflixoss' version '8.8.0'
id 'nebula.netflixoss' version '8.8.1'
}

// Establish version and status
Expand Down

0 comments on commit c9ac0fe

Please sign in to comment.