You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/amazonq/codetransform/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codemodernizer/controller/CodeTransformChatController.kt
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -304,7 +304,14 @@ class CodeTransformChatController(
304
304
val sourceJdk = getSourceJdk(moduleVirtualFile)
305
305
306
306
if (sourceJdk ==JavaSdkVersion.JDK_21&& targetVersion =="17") {
0 commit comments