File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
cucumber-scala/src/test/scala/com/github/vbmacher/intellij/cucumber/scala Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1+ -Dfile.encoding=UTF8
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ lazy val commonSettings = Seq(
99 " --add-opens" , " java.desktop/java.awt=ALL-UNNAMED" ,
1010 " --add-opens" , " java.desktop/java.awt.event=ALL-UNNAMED" ,
1111 " --add-opens" , " java.desktop/javax.swing=ALL-UNNAMED" ,
12+ " --add-opens" , " java.desktop/javax.swing.text=ALL-UNNAMED" ,
1213 " --add-opens" , " java.desktop/sun.font=ALL-UNNAMED" ,
1314 " --add-exports" , " java.base/jdk.internal.vm=ALL-UNNAMED" ,
1415 ),
Original file line number Diff line number Diff line change 11package com .github .vbmacher .intellij .cucumber .scala
22
3- import java .io .File
43import com .intellij .codeInsight .daemon .LineMarkerInfo
54import com .intellij .codeInsight .daemon .impl .DaemonCodeAnalyzerImpl .getLineMarkers
65import com .intellij .psi ._
@@ -10,6 +9,7 @@ import org.apache.log4j.Logger
109import org .scalatest .matchers .should .Matchers
1110import org .scalatestplus .junit .JUnitSuiteLike
1211
12+ import java .io .File
1313import scala .jdk .CollectionConverters ._
1414
1515abstract class ScCucumberSpecBase extends BasePlatformTestCase with Matchers with JUnitSuiteLike {
Original file line number Diff line number Diff line change 1- addSbtPlugin(" org.jetbrains" % " sbt-idea-plugin" % " 3.18.3 " )
1+ addSbtPlugin(" org.jetbrains" % " sbt-idea-plugin" % " 3.20.1 " )
You can’t perform that action at this time.
0 commit comments