Skip to content

Commit

Permalink
fix: prevent windows crash generating unity mapping files
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Nov 16, 2020
1 parent 5bd4f5d commit 7d1d4b0
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 7d1d4b0

Please sign in to comment.