Skip to content

Commit dabbd3b

Browse files
committed
chore: fix integration tests
Signed-off-by: Stephane Bouchet <[email protected]>
1 parent 7423c8b commit dabbd3b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ dependencies {
2525

2626

2727
java {
28+
sourceCompatibility = JavaVersion.VERSION_21
29+
targetCompatibility = JavaVersion.VERSION_21
2830
withSourcesJar()
2931
withJavadocJar()
3032
}

src/main/java/com/redhat/devtools/intellij/commonuitest/fixtures/mainidewindow/MainIdeWindow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import org.jetbrains.annotations.NotNull;
2525

2626
import java.awt.event.KeyEvent;
27-
import java.time.Duration;;
27+
import java.time.Duration;
2828

2929
import com.redhat.devtools.intellij.commonuitest.utils.internalerror.IdeInternalErrorUtils;
3030

0 commit comments

Comments
 (0)