Skip to content

Commit ef2a088

Browse files
committed
add gradle folder
1 parent 056c459 commit ef2a088

File tree

9 files changed

+8
-3
lines changed

9 files changed

+8
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
build/
2-
gradle/
2+
.gradle/
33
.idea/

.gradle/2.13/taskArtifacts/cache.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.
-17 Bytes
Binary file not shown.
-18.3 KB
Binary file not shown.
-18.7 KB
Binary file not shown.
-18.8 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ allprojects {
5656
}
5757
dependencies {
5858
...
59-
testCompile 'com.github.memoizr:assertk-core:0.0.1-Alpha'
59+
testCompile 'com.github.memoizr:assertk-core:0.0.2-Alpha'
6060
...
6161
}
6262
```

gradle/wrapper/gradle-wrapper.jar

52.3 KB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#Wed Jul 27 10:19:30 BST 2016
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-2.13-bin.zip

0 commit comments

Comments
 (0)