This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 3e5f53bc7a1b86f7a5043b68ab3efe8605d232b1 Author: Paul King <[email protected]> AuthorDate: Tue Dec 1 23:28:12 2020 +1000 add missing file --- subprojects/groovy-binary/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/subprojects/groovy-binary/build.gradle b/subprojects/groovy-binary/build.gradle index cfc390a..aa6cd81 100644 --- a/subprojects/groovy-binary/build.gradle +++ b/subprojects/groovy-binary/build.gradle @@ -173,6 +173,7 @@ distribution { 'src', 'build.gradle', 'settings.gradle', + 'versions.properties', 'gradle.properties', 'LICENSE', 'NOTICE',
