Skip to content

Commit

Permalink
Fix buildPlugin task
Browse files Browse the repository at this point in the history
  • Loading branch information
ellizio committed Aug 21, 2024
1 parent de685e5 commit 835ce0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ val testDotNet by tasks.registering {
tasks.buildPlugin {
doLast {
copy {
from("${layout.buildDirectory}/distributions/${rootProject.name}-${version}.zip")
from("${buildDir}/distributions/${rootProject.name}-${version}.zip")
into("${rootDir}/output")
}

Expand Down

0 comments on commit 835ce0a

Please sign in to comment.