File tree Expand file tree Collapse file tree 4 files changed +2
-6
lines changed
scala-flink-ethereumblock Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ lazy val root = (project in file("."))
11
11
)
12
12
.configs( IntegrationTest )
13
13
.settings( Defaults .itSettings : _* )
14
- .enablePlugins( JacocoItPlugin )
14
+
15
15
16
16
17
17
crossScalaVersions := Seq (" 2.11.12" )
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.6.1" )
2
2
3
3
addSbtPlugin(" com.codacy" % " sbt-codacy-coverage" % " 1.3.15" )
4
-
5
- addSbtPlugin(" com.github.sbt" % " sbt-jacoco" % " 3.2.0" )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ lazy val root = (project in file("."))
11
11
)
12
12
.configs( IntegrationTest )
13
13
.settings( Defaults .itSettings : _* )
14
- .enablePlugins( JacocoItPlugin )
14
+
15
15
16
16
17
17
crossScalaVersions := Seq (" 2.11.12" )
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.6.1" )
2
2
3
3
addSbtPlugin(" com.codacy" % " sbt-codacy-coverage" % " 1.3.15" )
4
-
5
- addSbtPlugin(" com.github.sbt" % " sbt-jacoco" % " 3.2.0" )
You can’t perform that action at this time.
0 commit comments