From 75f656fd07ced7e104e3a49cf8c066f352794f7e Mon Sep 17 00:00:00 2001 From: "John J. Aylward" Date: Wed, 3 Jun 2020 17:59:04 -0400 Subject: [PATCH] revert changes to build.gradle --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index afe78ac..64f87d2 100644 --- a/build.gradle +++ b/build.gradle @@ -40,10 +40,10 @@ sourceCompatibility = '1.7' configurations.all { } -//java { - //withSourcesJar() - //withJavadocJar() -//} +java { + withSourcesJar() + withJavadocJar() +} publishing { publications {