Skip to content

Commit 85b3956

Browse files
committed
org.jetbrains.intellij.platform 2.7.0
1 parent 9729dd9 commit 85b3956

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
id "de.undercouch.download" version "5.6.0"
99
}
@@ -85,6 +85,7 @@ checkstyle {
8585
}
8686

8787
jacocoTestReport {
88+
classDirectories.setFrom(instrumentCode)
8889
reports {
8990
xml.required = true
9091
html.required = true

0 commit comments

Comments
 (0)