6 Commits

Author SHA1 Message Date
b1bad7762c Update Gradle from 4.10 to 6.9.2
Jump to 7.x was not done due to usage of `maven` plugin. This needs to
be migrated to `maven-publish`. `maven` was deprecated in Gradle 5.6,
along with `uploadArchives`.

Signed-off-by: Taylor Smock <tsmock@fb.com>
2022-04-04 09:27:07 -06:00
303333d347 fix checkstyle errors resulting from spaces prior to array declarations 2017-09-26 23:16:28 +10:00
d842c1dfdf area-filter: Utilise AutoCloseable for resource handling 2015-01-17 18:03:30 +11:00
3b79e569f3 Modify Closeable to align with JDK 1.7 AutoCloseable
Rename the Closeable release method to close to align with the
AutoCloseable method naming.  This will eventually allow this interface
to inherit from AutoCloseable itself.
2014-04-17 17:43:02 +10:00
96c4bff9ae Fix javadoc errors on JDK 1.8
Fix javadoc errors causing javadoc compilation to fail under JDK 1.8.
JDK 1.8 appears to be more strict about javadoc formatting and was
throwing a number of errors and warnings that didn't appear previously.
2014-04-16 19:14:05 +10:00
231961afb3 Include osmosis prefix on project names
All artefacts have an osmosis prefix, however the project names were
named without the osmosis prefix.  This causes some confusion when
trying to publish to Maven because we end up with an artefact name
including osmosis, but a project name not including osmosis.  It seems
simpler to rename all projects to include the osmosis prefix.
2013-03-30 22:14:30 +11:00