openmobilehub / omh-storage

omh-storage
Apache License 2.0
7 stars 2 forks source link

Incorrect Code and Placeholder Comment in "storage-starter-sample" Module's build.gradle #117

Closed dzuluaga closed 1 year ago

dzuluaga commented 1 year ago

The current code in the build.gradle file for the "storage-starter-sample" module already contains the requested plugin id under the plugins element. Therefore, we need to remove the redundant line from the file and replace it with a placeholder comment.

Also, for key names use backticks instead of double quotes.

HectorNarvaez commented 1 year ago

PR opened #126

HectorNarvaez commented 1 year ago

PR merged

dzuluaga commented 1 year ago

Thanks, Hector. Please take a look at this comment.

HectorNarvaez commented 1 year ago

PR opened #133

dzuluaga commented 1 year ago

LGTM. Thx