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-02 18:55:17 +0200 |
commit | 6503a53e22bbc7ade145dbadb117ce7e2378fa1d (patch) | |
tree | a018c65e2077f95ce5e62b6b3339fbee932d66db /build.gradle | |
parent | e9523d714508e15ae0262a21cccec847250e2bcd (diff) | |
download | LibGui-6503a53e22bbc7ade145dbadb117ce7e2378fa1d.tar.gz LibGui-6503a53e22bbc7ade145dbadb117ce7e2378fa1d.tar.bz2 LibGui-6503a53e22bbc7ade145dbadb117ce7e2378fa1d.zip |
Add button dark modeunstable/4.0
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 9c4aa77..c3da0ef 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ task sourcesJar(type: Jar, dependsOn: classes) { } jar { - from "LICENSE" + from "CREDITS.txt", "LICENSE" } checkstyle { |