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()