From 68ec6e2a3717f0d83867ea5a0d4a8a8a0b58e67c Mon Sep 17 00:00:00 2001 From: Luck Date: Tue, 14 Aug 2018 10:56:07 +0100 Subject: [PATCH] Include license file in the jar --- build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index 6773a1621..19f9364b0 100644 --- a/build.gradle +++ b/build.gradle @@ -12,6 +12,10 @@ subprojects { options.encoding = 'UTF-8' } + jar { + from '../LICENSE.txt' + } + def determinePatchVersion = { // get the name of the last tag def lastTag = new ByteArrayOutputStream()