File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ repositories {
2626}
2727
2828dependencies {
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'
Original file line number Diff line number Diff line change 1+ # Thu Nov 29 00:33:31 PST 2018
12distributionBase =GRADLE_USER_HOME
23distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.0-all.zip
Original file line number Diff line number Diff line change 11rootProject. name = ' junit-json-params'
2- enableFeaturePreview(' STABLE_PUBLISHING' )
3- enableFeaturePreview(' IMPROVED_POM_SUPPORT' )
You can’t perform that action at this time.
0 commit comments