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
Make sure there are schemas defined in openapi.yaml
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.
To Reproduce Steps to reproduce the behavior:
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