OpenSearch/buildSrc
jaymode f35cfc3715 Copy checkstyle config to allow running from a jar
The checkstyle configuration files were being accessed as resources within the project and
being converted from a URL to a File by gradle. This works when the build tools project is being
referenced as a local project. However, when using the published jar the URL points to a resource
in the jar file, that URL cannot be converted to a File object and causes the build to fail.

This change copies the files into a `checkstyle` directory in the project build folder and always uses
File objects pointing to the copied files.
2016-04-14 13:33:10 -04:00
..
src/main Copy checkstyle config to allow running from a jar 2016-04-14 13:33:10 -04:00
build.gradle Fix UP-TO-DATE check for some tasks 2016-04-11 17:29:33 -04:00
version.properties Add back the Version.V_5_0_0 constant. #17688 2016-04-13 10:00:37 +02:00