From 00da732285890d6bfa699ee23a16fe37967de501 Mon Sep 17 00:00:00 2001 From: Hileb <107909747+Ecdcaeb@users.noreply.github.com> Date: Sun, 21 Apr 2024 10:52:29 +0800 Subject: [PATCH] t8 --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 008e9ae80..079d2660a 100644 --- a/build.gradle +++ b/build.gradle @@ -616,10 +616,10 @@ project(':cleanroom') { // TODO: Include? def extra_files = [ - "CREDITS.txt", - "LICENSE", - "LICENSE-Paulscode IBXM Library.txt", - "LICENSE-Paulscode SoundSystem CodecIBXM.txt" + file('CREDITS.txt'), + file('LICENSE'), + file('LICENSE-Paulscode IBXM Library.txt'), + file('LICENSE-Paulscode SoundSystem CodecIBXM.txt') ] def changelog = rootProject.file('build/changelog.txt')