Skip to content

Commit

Permalink
Merge pull request #344 from bugsnag/PLAT-5350/unity-windows
Browse files Browse the repository at this point in the history
Prevent windows crash when generating Unity mapping files
  • Loading branch information
fractalwrench committed Nov 17, 2020
2 parents 5bd4f5d + 7d1d4b0 commit e130c76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## TBD

* Prevent windows crash when generating Unity mapping files
[#344](https://github.com/bugsnag/bugsnag-android-gradle-plugin/pull/344)

## 5.4.0 (2020-11-04)

This release improves performance by always compressing ProGuard/R8 mapping files before attempting upload.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ internal open class BugsnagGenerateUnitySoMappingTask @Inject constructor(
val unitySharedObjectDir: DirectoryProperty = objects.directoryProperty()
.convention(projectLayout.buildDirectory.dir(UNITY_SO_COPY_DIR))

@get:InputDirectory
@get:Internal
val rootProjectDir: DirectoryProperty = objects.directoryProperty()

@TaskAction
Expand Down

0 comments on commit e130c76

Please sign in to comment.