diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2021-02-02 18:55:17 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2021-02-27 17:32:42 +0200 |
commit | 4580f57836642af7b0d2d99431923ccd6477e0ca (patch) | |
tree | eb4a254043ec09aa5e2a6a800c1958de34ab7a14 /build.gradle | |
parent | 55797f31d267ed88b87621105b910406adc7507a (diff) | |
download | LibGui-4580f57836642af7b0d2d99431923ccd6477e0ca.tar.gz LibGui-4580f57836642af7b0d2d99431923ccd6477e0ca.tar.bz2 LibGui-4580f57836642af7b0d2d99431923ccd6477e0ca.zip |
Add button dark mode
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 94e6f0a..dc33eb1 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,7 @@ tasks.withType(JavaCompile) { } jar { - from "LICENSE" + from "CREDITS.txt", "LICENSE" } checkstyle { |