gradle-baseline icon indicating copy to clipboard operation
gradle-baseline copied to clipboard

Baseline-Idea has a blocking assertion that breaks a new Gradle instance.

Open daberkow opened this issue 2 years ago • 0 comments

What happened?

Baseline-Idea fails to load because of this check. You cant get the copyright or config files, or any gradle tasks, because you cant initialize gradle if apply plugin: 'com.palantir.baseline-idea' is in your gradle file.

What did you want to happen?

Allow gradle to init, so I can run baselineUpdateConfig, thus building the copyright folder that is blocking everything. If we do not do this , then you HAVE to use com.palantir.baseline-config to config the repo, THEN add baseline-idea later to your build.gradle.

daberkow avatar Oct 31 '22 20:10 daberkow