-
Notifications
You must be signed in to change notification settings - Fork 4
Build against PhpStorm 2026.2 #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔒 Security & Privacy | 🟠 Major | ⚡ Quick win 🧩 Analysis chain🏁 Script executed: #!/usr/bin/env bash
set -euo pipefail
expected='553c78f50dafcd54d65b9a444649057857469edf836431389695608536d6b746'
actual="$(curl -fsSL https://services.gradle.org/distributions/gradle-9.5.0-bin.zip.sha256 | tr -d '[:space:]')"
test "$actual" = "$expected"Repository: bearsunday/idea-php-bearsunday-plugin Length of output: 175 🏁 Script executed: #!/usr/bin/env bash
set -euo pipefail
printf '%s\n' '--- wrapper properties ---'
cat -n gradle/wrapper/gradle-wrapper.properties
printf '%s\n' '--- checksum metadata ---'
curl -fsSL https://services.gradle.org/distributions/gradle-9.5.0-bin.zip.sha256
printf '\n--- Gradle release checksum page ---\n'
curl -fsSL https://gradle.org/release-checksums/ | rg -o 'gradle-9\.5\.0-bin\.zip[^<]{0,200}|553c78f50dafcd54d65b9a444649057857469edf836431389695608536d6b746' | head -20Repository: bearsunday/idea-php-bearsunday-plugin Length of output: 696 Gradle配布物のSHA-256を固定してください。
distributionSha256Sum=553c78f50dafcd54d65b9a444649057857469edf836431389695608536d6b746🤖 Prompt for AI AgentsSource: MCP tools |
||
| networkTimeout=10000 | ||
| validateDistributionUrl=true | ||
| zipStoreBase=GRADLE_USER_HOME | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.