Skip to content

Commit

Permalink
Build 2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hurricup committed Aug 17, 2024
1 parent 96fdcfa commit 6aa0ece
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
# https://www.jetbrains.com/intellij-repository/snapshots
name="Perl5 Support (Camelcade)"
platformVersion=2024
platformBranch=.1
platformBranch=.2
platformBuild=
pluginVersion=2024
pluginBranch=.1
pluginVersion=
pluginBranch=
pluginBuild=
useInstaller=false
pycharmVersion=192.4787.5-EAP-SNAPSHOT
clionVersion=192.4787.12-EAP-SNAPSHOT
psiViewerVersion=241-SNAPSHOT
psiViewerVersion=242-SNAPSHOT
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.NjEtMjA=.ZdTbSI8OMhuCSXnPnztbp9xgWAfCvg";
private static final String ACCESS_TOKEN = "Bearer perm:YXV0b3JlcG9ydGVy.NjEtMjE=.7ylXO3QulwaVCA2ZEGLIdc0wPAJQ13";

@Override
public @NotNull String getReportActionText() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ perl.version.description.5.12=package NAME VERSION; Yada Yada; implicit strict;
perl.version.description.5.10=use feature; //, ~~ operators; given/when; named captures; say; UNITCHECK; UNIVERSAL::DOES(); etc.
plugin.update.baloon.group=Perl5 plugin update message
plugin.update.baloon.title=Perl5 plugin updated to version {0}
plugin.update.baloon.text=Perl 5.38 support. Running, testing and coverage improvements.
plugin.update.baloon.text=Maintenance release.
plugin.update.baloon.changes=Changes
plugin.update.baloon.tracker=Bug tracker
perl.formatting.wrap.assignment.expression=Assignment expression
Expand Down

0 comments on commit 6aa0ece

Please sign in to comment.