Skip to content

Commit

Permalink
Build 233.9802.14
Browse files Browse the repository at this point in the history
  • Loading branch information
hurricup committed Oct 16, 2023
1 parent 627fcc6 commit 5266112
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
# https://www.jetbrains.com/intellij-repository/releases
# https://www.jetbrains.com/intellij-repository/snapshots
name="Perl5 Support (Camelcade)"
platformVersion=2023
platformBranch=.2
platformBuild=
platformVersion=233
platformBranch=.9802.14
platformBuild=-EAP-SNAPSHOT
pluginVersion=
pluginBranch=
pluginBuild=.1
pycharmVersion=192.4787.5-EAP-SNAPSHOT
clionVersion=192.4787.12-EAP-SNAPSHOT
psiViewerVersion=232.2-SNAPSHOT
psiViewerVersion=233.2
intelliLangPlugin=org.intellij.intelliLang
remoteRunPlugin=org.jetbrains.plugins.remote-run
coveragePlugin=Coverage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class YoutrackErrorHandler extends ErrorReportSubmitter {
public static final String YOUTRACK_PROPERTY_KEY = "youtrack.token";
public static final String YOUTRACK_PROPERTY_VALUE = System.getProperty(YOUTRACK_PROPERTY_KEY);
private static final String ADMIN_TOKEN = "Bearer " + YOUTRACK_PROPERTY_VALUE;
private static final String ACCESS_TOKEN = "Bearer perm:YXV0b3JlcG9ydGVy.NjEtMTg=.aUwXq1DfnSo6oWqAvwIkQdslqPIgwe";
private static final String ACCESS_TOKEN = "Bearer perm:YXV0b3JlcG9ydGVy.NjEtMTc=.9CG0QtdxziByP8GnxHaO0ssYxXeuVG";

@Override
public @NotNull String getReportActionText() {
Expand Down

0 comments on commit 5266112

Please sign in to comment.