SMABFWS121A / Planty

Project to record the soil moisture of plants and notify the owner when they should be watered. If necessary, with stored database on any type of plant and the optimal moisture levels.
MIT License
0 stars 1 forks source link

[BUG] runGenerators.sh generated classes have timestamps #32

Closed Kitt3120 closed 1 year ago

Kitt3120 commented 1 year ago

To Reproduce Steps to reproduce the behavior:

  1. Make sure there are schemas defined in openapi.yaml
  2. Run runGenerators.sh

Expected behavior It will generate classes without timestamps in it.

Describe the bug It generates classes with timestamps in it. That means that every time you run runGenerators.sh, you have made changes to all auto-generated classes, which git will also detect as changes.

Branch used: main