gradle-baseline
gradle-baseline copied to clipboard
Baseline-Idea has a blocking assertion that breaks a new Gradle instance.
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.