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/constants/CodeTransformChatItems.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -232,7 +232,7 @@ fun buildUserInputSkipTestsFlagChatContent(): CodeTransformChatMessageContent =
Copy file name to clipboardExpand all lines: plugins/amazonq/codetransform/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codemodernizer/controller/CodeTransformChatController.kt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -226,7 +226,6 @@ class CodeTransformChatController(
226
226
if (configurationFile ==null) throwRuntimeException("No build file selected")
227
227
val sourceJdk = getSourceJdk(configurationFile!!)
228
228
val customBuildCommand =when (message.skipTestsSelection) {
0 commit comments