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 adcf2d3
Showing 1 changed file with 1 addition and 1 deletion.
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 adcf2d3

Please sign in to comment.