mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 15:06:56 +07:00
[jps caches] Update notification
GitOrigin-RevId: 5e95b0c91b5a1fa5e8f163800538f9c32dada9e8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
44ba1d224d
commit
ebd198f8b7
@@ -62,7 +62,7 @@ public interface JpsServerAuthExtension {
|
||||
ApplicationManager.getApplication().invokeLater(() -> {
|
||||
ATTENTION
|
||||
.createNotification(JavaCompilerBundle.message("notification.title.jps.caches.downloader"),
|
||||
JavaCompilerBundle.message("notification.content.internal.authentication.plugin.required.for.correct.work.plugin"),
|
||||
JavaCompilerBundle.message("notification.content.internal.authentication.plugin.required.for.correct.work"),
|
||||
NotificationType.WARNING)
|
||||
.setListener(NotificationListener.URL_OPENING_LISTENER)
|
||||
.notify(project);
|
||||
|
||||
@@ -18,7 +18,7 @@ public final class JpsServerAuthUtil {
|
||||
public static @NotNull Map<String, String> getRequestHeaders(@NotNull Project project) {
|
||||
JpsServerAuthExtension authExtension = JpsServerAuthExtension.getInstance();
|
||||
if (authExtension == null) {
|
||||
String message = JavaCompilerBundle.message("notification.content.internal.authentication.plugin.required.for.correct.work.plugin");
|
||||
String message = JavaCompilerBundle.message("notification.content.internal.authentication.plugin.required.for.correct.work");
|
||||
ApplicationManager.getApplication().invokeLater(() -> {
|
||||
ATTENTION.createNotification(JavaCompilerBundle.message("notification.title.jps.caches.downloader"), message, NotificationType.WARNING).notify(project);
|
||||
});
|
||||
|
||||
@@ -331,5 +331,5 @@ plugins.advertiser.feature.artifact=artifact
|
||||
notification.group.compiler=Build finished
|
||||
|
||||
notification.title.jps.caches.downloader=Jps caches downloader
|
||||
notification.content.internal.authentication.plugin.required.for.correct.work.plugin=<a href="https://plugins.jetbrains.com/plugin/14567-jetbrains-internal-authentication">JetBrains Internal Authentication</a> is required for the correct work of the plugin
|
||||
notification.content.internal.authentication.plugin.required.for.correct.work=<a href="https://plugins.jetbrains.com/plugin/14567-jetbrains-internal-authentication">JetBrains Internal Authentication</a> is required for the correct work of JPS Caches
|
||||
internal.authentication.plugin.missing.token=Unexpected state: jetbrains.team token is missing. Please report this exception and perform actions 'Logout from JetBrains.team' and 'Login to JetBrains.team' as a workaround
|
||||
Reference in New Issue
Block a user