File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ project.ext {
1313}
1414version = ' 1.0-SNAPSHOT'
1515
16- ext. junitJupiterVersion = ' 5.0.0-RC3 '
16+ ext. junitJupiterVersion = ' 5.0.0'
1717ext. log4JVersion = ' 2.5'
1818
1919sourceCompatibility = targetCompatibility = 1.8
@@ -25,7 +25,7 @@ buildscript {
2525 mavenCentral()
2626 }
2727 dependencies {
28- classpath ' org.junit.platform:junit-platform-gradle-plugin:1.0.0-RC3 '
28+ classpath ' org.junit.platform:junit-platform-gradle-plugin:1.0.0'
2929 }
3030}
3131
Original file line number Diff line number Diff line change 1313 <properties >
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1515 <java .version>1.8</java .version>
16- <junit .jupiter.version>5.0.0-RC3 </junit .jupiter.version>
17- <junit .platform.version>1.0.0-RC3 </junit .platform.version>
16+ <junit .jupiter.version>5.0.0</junit .jupiter.version>
17+ <junit .platform.version>1.0.0</junit .platform.version>
1818 </properties >
1919
2020 <pluginRepositories >
You can’t perform that action at this time.
0 commit comments