Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
a9dabe13
Commit
a9dabe13
authored
Feb 16, 2020
by
dreis2211
Committed by
Stephane Nicoll
Feb 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove redundant useJUnitPlatform declarations
See gh-20206
parent
6fc25a30
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
build.gradle
spring-boot-project/spring-boot-cli/build.gradle
+0
-1
build.gradle
spring-boot-project/spring-boot-test/build.gradle
+0
-3
No files found.
spring-boot-project/spring-boot-cli/build.gradle
View file @
a9dabe13
...
...
@@ -98,7 +98,6 @@ sourceSets {
test
{
dependsOn
syncTestRepository
useJUnitPlatform
()
}
task
fullJar
(
type:
Jar
)
{
...
...
spring-boot-project/spring-boot-test/build.gradle
View file @
a9dabe13
...
...
@@ -56,6 +56,3 @@ dependencies {
testRuntimeOnly
(
"org.junit.vintage:junit-vintage-engine"
)
}
test
{
useJUnitPlatform
()
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment