* What went wrong:
Could not create task ':spotlessJavaCheck'.
Could not create task ':spotlessJava'.
You need to add a repository containing the '[com.palantir.javaformat:palantir-java-format:2.38.0]' artifact in 'build.gradle'.
E.g.: 'repositories { mavenCentral() }'
Could not resolve all files for configuration ':spotless-511629411'.
Could not find com.google.code.findbugs:jsr305:.
Required by:
project : > com.palantir.javaformat:palantir-java-format:2.38.0 > com.google.guava:guava:32.1.2-jre
ensure that repositories { mavenCentral() } have been added
ensure that
repositories { mavenCentral() }have been added