Skip to content

Commit b32d69e

Browse files
committed
Bump Gradle from 4.10.2 to 5.0
1 parent e7ded7e commit b32d69e

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repositories {
2626
}
2727

2828
dependencies {
29-
api 'org.junit:junit-bom:5.3.2'
29+
api platform('org.junit:junit-bom:5.3.2')
3030
api 'org.junit.jupiter:junit-jupiter-api'
3131
api 'org.junit.jupiter:junit-jupiter-params'
3232
api 'javax.json:javax.json-api:1.1.4'

gradle/wrapper/gradle-wrapper.jar

1.72 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#Thu Nov 29 00:33:31 PST 2018
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-all.zip

settings.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
rootProject.name = 'junit-json-params'
2-
enableFeaturePreview('STABLE_PUBLISHING')
3-
enableFeaturePreview('IMPROVED_POM_SUPPORT')

0 commit comments

Comments
 (0)