mirror of
https://github.com/stleary/JSON-java.git
synced 2026-05-18 00:00:50 -04:00
Changes to make the Gradle work
- commented `java() {...}` within build.gradle
- added following files
1. gradlew
2. gradlew.bat (for windows)
3. gradle/wrapper/gradle-wrapper.properties (for ./gradlew command execution)
4. gradle/wrapper/gradle-wrapper.jar (for ./gradlew command execution)
This commit is contained in:
committed by
John J. Aylward
parent
19bb6fd606
commit
4b84ba2f66
+4
-4
@@ -40,10 +40,10 @@ sourceCompatibility = '1.7'
|
||||
configurations.all {
|
||||
}
|
||||
|
||||
java {
|
||||
withSourcesJar()
|
||||
withJavadocJar()
|
||||
}
|
||||
//java {
|
||||
//withSourcesJar()
|
||||
//withJavadocJar()
|
||||
//}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
|
||||
Reference in New Issue
Block a user