Skip to content

Commit 34370a3

Browse files
committed
Build 261.16250
1 parent a11c241 commit 34370a3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
# https://www.jetbrains.com/intellij-repository/releases
1818
# https://www.jetbrains.com/intellij-repository/snapshots
1919
name="Perl5 Support (Camelcade)"
20-
platformVersion=2025
21-
platformBranch=.3
20+
platformVersion=261
21+
platformBranch=-SNAPSHOT
2222
platformBuild=
2323
pluginVersion=
24-
pluginBranch=
24+
pluginBranch=.16250
2525
pluginBuild=
26-
platformToolsVersion=
26+
platformToolsVersion=261-SNAPSHOT
2727
useInstaller=false
2828
pycharmVersion=192.4787.5-EAP-SNAPSHOT
2929
clionVersion=192.4787.12-EAP-SNAPSHOT

plugin/common/src/main/java/com/perl5/errorHandler/YoutrackErrorHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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() {

0 commit comments

Comments
 (0)