revert changes to build.gradle

This commit is contained in:
John J. Aylward 2020-06-03 17:59:04 -04:00
parent 4b84ba2f66
commit 75f656fd07

View File

@ -40,10 +40,10 @@ sourceCompatibility = '1.7'
configurations.all {
}
//java {
//withSourcesJar()
//withJavadocJar()
//}
java {
withSourcesJar()
withJavadocJar()
}
publishing {
publications {