Skip to content

Commit 6a989d7

Browse files
authored
Merge pull request #578 from stripe/ob-update-gradle
Upgrade Gradle to 4.9 and lombok to 1.18.2
2 parents 8536100 + 066e740 commit 6a989d7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jar {
6363
}
6464

6565
lombok {
66-
version = "1.18.0"
66+
version = "1.18.2"
6767
sha256 = ""
6868
}
6969

gradle/wrapper/gradle-wrapper.jar

0 Bytes
Binary file not shown.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)