aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2021-02-02 18:55:17 +0200
committerJuuxel <6596629+Juuxel@users.noreply.github.com>2021-02-27 17:32:42 +0200
commit4580f57836642af7b0d2d99431923ccd6477e0ca (patch)
treeeb4a254043ec09aa5e2a6a800c1958de34ab7a14 /build.gradle
parent55797f31d267ed88b87621105b910406adc7507a (diff)
downloadLibGui-4580f57836642af7b0d2d99431923ccd6477e0ca.tar.gz
LibGui-4580f57836642af7b0d2d99431923ccd6477e0ca.tar.bz2
LibGui-4580f57836642af7b0d2d99431923ccd6477e0ca.zip
Add button dark mode
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
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 {