Commit graph

13 commits

Author SHA1 Message Date
28a461b8fc
Remove fat jar module and use java standard library
Removes usage of org.apache.commons classes and instead relies on functionality of Java itself.
It also removes the now-unnecessary plugin dependency for shadowJars.
2022-01-28 02:06:45 +01:00
d09cd0f37e
Determine application version by calling git describe 2022-01-02 18:33:17 +01:00
fae31308e0
Add java module config to project 2022-01-02 18:32:46 +01:00
d5484460d1
Port waituntil from Kotlin to Java 2021-12-01 14:36:07 +01:00
fd3697e3db
Upgrade to Java 17 2021-12-01 12:30:21 +01:00
ae13ce049f
Add jar metadata and support generating fat jars 2021-09-19 22:13:22 +02:00
c46346cddd
Release 0.1.1 2021-09-19 20:43:17 +02:00
a48f122296
Delete unneeded comment from build config 2021-09-19 20:13:14 +02:00
5919c26c10
Apply formatting suggestion for build config 2021-09-19 20:10:36 +02:00
ad869f7346
Back to Java version 16
Gradle and Kotlin don't yet support Java 17, apparently. :(

This commit reverts 7f725b345c
2021-09-19 19:58:37 +02:00
92a226dd02
Specify dependencies with kotlin helper function 2021-09-19 19:52:14 +02:00
c8dbcc3f49
Use latest release for all dependencies 2021-09-19 19:42:56 +02:00
365a0c2a17
Restructure folders 2021-09-19 19:33:39 +02:00
Renamed from app/build.gradle.kts (Browse further)