We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596239c commit f7745c2Copy full SHA for f7745c2
build.gradle.kts
@@ -50,7 +50,7 @@ if (System.getProperty("idea.sync.active").toBoolean()) {
50
val icon = ideaDir.file("icon.png").asFile
51
if (!icon.exists()) {
52
copy {
53
- from("docs/img/logos/polaris-brandmark.png")
+ from("site/static/img/logos/polaris-brandmark.png")
54
into(ideaDir)
55
rename { _ -> "icon.png" }
56
}
0 commit comments