diff --git a/.gitignore b/.gitignore index db6d06d7d1..00276f03b9 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ *.exe *.o *.so - +classes # Packages # ############ # it's better to unpack these files and commit the raw source diff --git a/build.gradle b/build.gradle index 27c59c1942..2499630129 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { } plugins { - id 'nebula.netflixoss' version '3.0.0' + id 'nebula.netflixoss' version '3.1.2' } ext.githubProjectName = rootProject.name