1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

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 {