You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 usecom.palantir.baseline-config
to config the repo, THEN addbaseline-idea
later to your build.gradle.The text was updated successfully, but these errors were encountered: