Skip to content

Commit

Permalink
Deprecate plugin properties for legacy resource and asset loading mec…
Browse files Browse the repository at this point in the history
…hanisms (#1002)
  • Loading branch information
jrodbx authored Jul 18, 2023
1 parent 09a33c0 commit 04257ab
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ abstract class PrepareResourcesTask : DefaultTask() {
@get:Input
abstract val packageName: Property<String>

@Deprecated("legacy resource loading, to be removed in a future release")
@get:Input
abstract val mergeResourcesOutputDir: Property<String>

Expand Down Expand Up @@ -62,6 +63,7 @@ abstract class PrepareResourcesTask : DefaultTask() {
@get:PathSensitive(PathSensitivity.NONE)
abstract val aarAssetDirs: ConfigurableFileCollection

@Deprecated("legacy asset loading, to be removed in a future release")
@get:Input
abstract val mergeAssetsOutputDir: Property<String>

Expand Down

0 comments on commit 04257ab

Please sign in to comment.