buildscript { repositories { jcenter() } dependencies { classpath "io.franzbecker:gradle-lombok:1.8" classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.4.18" } } plugins { id 'com.github.sherter.google-java-format' version '0.6' } allprojects { group = 'com.datadoghq' version = '0.1.2-SNAPSHOT' } repositories { jcenter() }