aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 17.1.0 (#116)Phil Burk2023-04-101-1/+1
| | | | | Synchronize build.gradle and JSyn.java version numbers Co-authored-by: Phil Burk <[email protected]>
* Remove SLF4J from tests and gradlePhil Burk2021-09-061-6/+0
| | | | It was an unnecessary dependency.
* Removed slf4j for buildsRubbaBoy2020-10-301-16/+12
|
* Removed shadow jarRubbaBoy2020-10-301-5/+9
|
* Downgraded to Java 8RubbaBoy2020-10-301-2/+2
| | | | Includes a minor logging fix
* Restructured project, added gradle, JUnit, logger, and moreRubbaBoy2020-10-301-0/+60
Added Gradle (and removed ant), modernized testing via the JUnit framework, moved standalone examples from the tests directory to a separate module, removed sparsely used Java logger and replaced it with SLF4J. More work could be done, however this is a great start to greatly improving the health of the codebase.