Skip to content

Commit ea0dc56

Browse files
committed
org.jetbrains.intellij.platform 2.7.0
1 parent b078ff2 commit ea0dc56

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import com.hierynomus.gradle.license.tasks.LicenseFormat
33
import org.jetbrains.intellij.platform.gradle.TestFrameworkType
44

55
plugins {
6-
id "org.jetbrains.intellij.platform" version "2.6.0"
6+
id "org.jetbrains.intellij.platform" version "2.7.0"
77
id "com.github.hierynomus.license" version "0.16.1"
88
}
99

@@ -84,6 +84,7 @@ checkstyle {
8484
}
8585

8686
jacocoTestReport {
87+
classDirectories.setFrom(instrumentCode)
8788
reports {
8889
xml.required = true
8990
html.required = true

0 commit comments

Comments
 (0)