Commit graph

6 commits

Author SHA1 Message Date
Jason Penilla 5e1f0bc577
Add a resource directory to the main source set instead of adding
resources using processResources

This allows for IDEs to recognize the generated resources.

This also fixes an issue where sometimes running `clean build`
would cause 'java.io.IOException: Unable to delete directory',
although this fix may also be due to the new approach no longer
creating a temporary directory.
2021-05-30 15:29:22 -07:00
Minecrell 886351c1ae Fixup incremental builds
Get rid of all the Serializable mess and instead use @ Nested to
tell Gradle to look at the plugin descriptions directly.

This means that we need some annotation mess inside the plugin
description classes though. :D
2021-04-30 18:46:16 +02:00
Minecrell 9f4b8d012e Avoid generating empty collections/maps in plugin description files 2018-07-24 15:56:38 +02:00
Minecrell 3a69424fe3 Add "The MIT License" to license header 2018-07-24 14:16:14 +02:00
Minecrell 6c0687a3c1 Fix GitHub's license detection 2018-03-27 19:09:49 +02:00
Minecrell 04e679a461 Initial Commit 2017-09-27 21:03:28 +02:00