Skip to content

Commit 4b84ba2

Browse files
viveksacademia4gitJohn J. Aylward
authored andcommitted
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)
1 parent 19bb6fd commit 4b84ba2

5 files changed

Lines changed: 295 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ sourceCompatibility = '1.7'
4040
configurations.all {
4141
}
4242

43-
java {
44-
withSourcesJar()
45-
withJavadocJar()
46-
}
43+
//java {
44+
//withSourcesJar()
45+
//withJavadocJar()
46+
//}
4747

4848
publishing {
4949
publications {

gradle/wrapper/gradle-wrapper.jar

57.3 KB
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
distributionBase=GRADLE_USER_HOME
2+
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists

gradlew

Lines changed: 183 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 103 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)