Add package of sapmachine-21#604
Conversation
Summary by CodeRabbitRelease Notes
WalkthroughThe PR bumps the existing ChangesSapMachine 21 Manifests
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: f5a798b9-e4fd-48ff-9907-2e2e25843fc3
📒 Files selected for processing (4)
bucket/sapmachine-lts-jdk.jsonbucket/sapmachine-lts-jre.jsonbucket/sapmachine21-jdk .jsonbucket/sapmachine21-jre.json
| @@ -0,0 +1,35 @@ | |||
| { | |||
There was a problem hiding this comment.
Rename manifest file to remove trailing whitespace in package name.
The file path bucket/sapmachine21-jdk .json contains a trailing space before .json. This can break the expected package identifier (sapmachine21-jdk) and cause lookup/install inconsistencies. Please rename it to bucket/sapmachine21-jdk.json.
Closes #603