Change project name to new one.#496
Merged
Merged
Conversation
|
Contributor
There was a problem hiding this comment.
Pull request overview
Renames the Gradle root project and updates repository metadata/URLs to reflect the new connectbot/trilead-ssh2 name, including publication metadata. The PR also removes the existing Checkstyle wiring from the build.
Changes:
- Renamed Gradle root project from
sshlibtotrilead-ssh2. - Updated GitHub URLs and README build badge to the new repository location.
- Updated POM metadata (name/description) and removed the previous Checkstyle configuration script.
Reviewed changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
settings.gradle.kts |
Renames rootProject.name to trilead-ssh2. |
README.md |
Updates CI badge repository path. |
gradlew.bat |
Large rewrite/noise in diff (appears content-preserving). |
gradle.properties |
Updates gitHubUrl property to new repository URL. |
config/quality.gradle.kts |
Deletes Checkstyle task wiring. |
build.gradle.kts |
Updates GitHub URL constant and POM metadata; removes applying the quality script. |
Comments suppressed due to low confidence (1)
gradle.properties:30
gitHubUrlis now duplicated in gradle.properties and build.gradle.kts, but the property is not referenced anywhere (only the hardcoded value is used). To avoid configuration drift, either readgitHubUrlfrom Gradle properties in build.gradle.kts or remove the unused property entry.
officialJdk=openjdk9
gitHubUrl=https\://github.com/connectbot/trilead-ssh2
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.