seu-as-code / seu-as-code.plugins

The Gradle plugins for SEU-as-code.
Apache License 2.0
28 stars 9 forks source link

Add plugin to save and restore IDEA project settings #42

Open lreimer opened 7 years ago

lreimer commented 7 years ago

Every project may have certain project files (run tasks, headers, ...) that you may want to share. Committing these to version control apparently is not best practice, even though possible.

Also read:

We want to add a new plugin seuac-idea-plugin that adds

ghost commented 7 years ago

Your issue doesn't follow our guidelines. Please fix the following:

Click here for details.

Thank you! :pray: This comment was made by GitMagic – Magically enforcing your contribution guidelines.

ghost commented 7 years ago

Thank you, everything looks good now! :bowtie:

lreimer commented 7 years ago

Basically this could also be achieved using Gradle script and using the predefined JAR or ZIP tasks. The plugin should add some extra convenience tasks.