Skip to content

Commit

Permalink
Fix templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Aug 18, 2024
1 parent a0bcb3f commit df760f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@ tasks.prepareSandbox {
val file = file(f)
if (!file.exists()) throw RuntimeException("File ${file} does not exist")
})
}

into("${intellijPlatform.pluginConfiguration.name.get()}/projectTemplates") {
from("projectTemplates")
}
into("${rootProject.name}/projectTemplates") {
from("projectTemplates")
}
}

Expand Down

0 comments on commit df760f4

Please sign in to comment.