Skip to content

Commit

Permalink
Add Gradle Junit 5 missing plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze committed Sep 12, 2017
1 parent debfc97 commit bb74187
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ buildscript {

dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.0.BUILD-SNAPSHOT")
classpath("org.junit.platform:junit-platform-gradle-plugin:1.0.0")
}
}

Expand All @@ -26,6 +27,7 @@ plugins {

apply {
plugin("org.springframework.boot")
plugin("org.junit.platform.gradle.plugin")
}

version = "1.0.0-SNAPSHOT"
Expand Down

1 comment on commit bb74187

@sbrannen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.