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-02 18:55:17 +0200
commit6503a53e22bbc7ade145dbadb117ce7e2378fa1d (patch)
treea018c65e2077f95ce5e62b6b3339fbee932d66db /build.gradle
parente9523d714508e15ae0262a21cccec847250e2bcd (diff)
downloadLibGui-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.gradle2
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 {