mingness / processing-library-template

GNU General Public License v2.0
0 stars 1 forks source link

create library.properties via gradle #27

Closed mingness closed 1 month ago

mingness commented 1 month ago

The library.properties file is now generated by gradle. This strips the comments, and also outputs the properties in alphabetical order.

The library.properties file has been renamed to release.properties. The prettyVersion entry though has been deleted, because it is redundant with the project version.

There are also new instructions in the readme.

mingness commented 1 month ago

I understand your argument, that anything that is generated not be checked in. However, the library.properties file is an artifact for a library, and I could also see arguments for checking it in, for a given state, as reference, for debugging. While I don't ask people to check it into their repo, I don't think I want to dissuade either.

Re: library folder in git, have added libs, to the gitignore, and also release.