Skip to content

Commit cdf7403

Browse files
committed
Remove task ID
1 parent 89f998a commit cdf7403

File tree

1 file changed

+1
-1
lines changed
  • components/ide/jetbrains/backend-plugin/src/main/kotlin/io/gitpod/jetbrains/remote/listeners

1 file changed

+1
-1
lines changed

components/ide/jetbrains/backend-plugin/src/main/kotlin/io/gitpod/jetbrains/remote/listeners/GradleSyncListener.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class GradleSyncListener : ExternalSystemTaskNotificationListener {
2929
val notification = Notification(
3030
"gitpod",
3131
"Gitpod: Pause gradle sync",
32-
"Pausing Gradle Sync, execute <code style='color: orange;'>gp jetbrains gradle resume</code> to unblock all builtin Gradle Sync <br><br>Current Task ID: ${id.id}",
32+
"Pausing Gradle Sync, execute <code style='color: orange;'>gp jetbrains gradle resume</code> to unblock all builtin Gradle Sync",
3333
NotificationType.INFORMATION
3434
)
3535
var isCancelled = false

0 commit comments

Comments
 (0)