Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

Commit 581091c

Browse files
authored
Gradle 5.5.1
1 parent 19e17f5 commit 581091c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 1 addition & 1 deletion
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-5.4.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

src/test/kotlin/com/cherryperry/gfe/FileEncryptPluginFunctionalTest.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ class FileEncryptPluginFunctionalTest(
4747
arrayOf<Any>("5.1.1"),
4848
arrayOf<Any>("5.2.1"),
4949
arrayOf<Any>("5.3.1"),
50-
arrayOf<Any>("5.4.1")
50+
arrayOf<Any>("5.4.1"),
51+
arrayOf<Any>("5.5.1")
5152
)
5253
}
5354

0 commit comments

Comments
 (0)