File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
plugin/common/src/main/java/com/perl5/errorHandler Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717# https://www.jetbrains.com/intellij-repository/releases
1818# https://www.jetbrains.com/intellij-repository/snapshots
1919name ="Perl5 Support (Camelcade)"
20- platformVersion =2025
21- platformBranch =.3
20+ platformVersion =261
21+ platformBranch =-SNAPSHOT
2222platformBuild =
2323pluginVersion =
24- pluginBranch =
24+ pluginBranch =.16250
2525pluginBuild =
26- platformToolsVersion =
26+ platformToolsVersion =261-SNAPSHOT
2727useInstaller =false
2828pycharmVersion =192.4787.5-EAP-SNAPSHOT
2929clionVersion =192.4787.12-EAP-SNAPSHOT
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ public class YoutrackErrorHandler extends ErrorReportSubmitter {
7575 public static final String YOUTRACK_PROPERTY_KEY = "youtrack.token" ;
7676 public static final String YOUTRACK_PROPERTY_VALUE = System .getProperty (YOUTRACK_PROPERTY_KEY );
7777 private static final String ADMIN_TOKEN = "Bearer " + YOUTRACK_PROPERTY_VALUE ;
78- private static final String ACCESS_TOKEN = "Bearer perm: YXV0b3JlcG9ydGVy.NjEtMjY=.FgsJOlHXSdCSQTUyfagUKU9WlkrLhV " ;
78+ private static final String ACCESS_TOKEN = "Bearer perm- YXV0b3JlcG9ydGVy.NjEtMjc=.yx1WGp5YfO5cMymM5kmT4kR31HiOck " ;
7979
8080 @ Override
8181 public @ NotNull String getReportActionText () {
You can’t perform that action at this time.
0 commit comments