Skip to content

Commit 8b8ab71

Browse files
committed
add gradle
1 parent 24ef5fd commit 8b8ab71

6 files changed

Lines changed: 265 additions & 2 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ fabric.properties
5757
.mtj.tmp/
5858

5959
# Package Files #
60-
*.jar
6160
*.war
6261
*.ear
6362
*.zip

gradle/wrapper/gradle-wrapper.jar

52.9 KB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#Mon Mar 20 13:20:25 PDT 2017
2+
distributionBase=GRADLE_USER_HOME
3+
distributionPath=wrapper/dists
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-all.zip

gradlew

Lines changed: 172 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: 84 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ Empty repo to Java AWS Lambda
99
4. git clone, open in IntelliJ
1010
* create readme.md ;)
1111
* create .gitignore
12-
12+
5. Setup Java project
13+
* get gradle wrapper
14+
* setup build.gradle

0 commit comments

Comments
 (0)