mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 16:00:51 -07: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:
parent
19bb6fd606
commit
4b84ba2f66
5 changed files with 295 additions and 4 deletions
|
@ -40,10 +40,10 @@ sourceCompatibility = '1.7'
|
|||
configurations.all {
|
||||
}
|
||||
|
||||
java {
|
||||
withSourcesJar()
|
||||
withJavadocJar()
|
||||
}
|
||||
//java {
|
||||
//withSourcesJar()
|
||||
//withJavadocJar()
|
||||
//}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue