Skip to content

Commit

Permalink
GP-1001: Fixing Skeleton project's final build.gradle file in a release
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmkurtz committed Jun 2, 2021
1 parent 2398805 commit 1f5812f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GhidraBuild/Skeleton/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ rootProject.assembleDistribution {
exclude 'ghidra_scripts/bin/'
exclude '.classpath'
exclude '.project'
exclude 'build.gradle'
rename "buildTemplate.gradle", "build.gradle"
into "Extensions/Ghidra/Skeleton"
duplicatesStrategy = 'include'
}
}

0 comments on commit 1f5812f

Please sign in to comment.