Commit graph

6 commits

Author SHA1 Message Date
Gered 222afc25b1 update version for development of next release 2015-11-30 15:23:38 -05:00
Gered aaf31a93be update gradle configuration to something more recent (2.1+)
apparently i was unknowningly using a very old version of gradle. oops.
2015-11-30 14:59:47 -05:00
Gered 09151fd92c add support for building uberjars via the "shadow" gradle plugin 2015-11-30 13:25:14 -05:00
Gered 6638813f1b switch to pulling in XStream as a maven dep 2015-11-30 13:09:06 -05:00
Gered 8f8e407e68 use latest version of JNativeHook. remove jar file, just use maven dep 2015-11-30 12:53:15 -05:00
Gered 378024c3b0 use gradle for building, reorg src/res dirs, add Sidekick lib source
just some "standardization" (debatable i guess) to the source directory
layout and resources directory.

removal of the dependancy on Sidekick-1.2 jar is mainly because Xunkar
does not have the source for this particular version of the library and
the current version on Github does not have some of the stuff that we
need for for this version (not even in an updated form, looks like he
did a fair bit of cleaning out of stuff he no longer needed). i would
rather _not_ depend on jars where no source / future support is possible
so i included decompiled sources for this library so future bugfixing
and modification is a bit easier moving forward. can decide if we want
to move to the latest version of Sidekick at a later time.
2015-11-29 23:46:50 -05:00