-
Notifications
You must be signed in to change notification settings - Fork 950
Comparing changes
Open a pull request
base repository: sbt/sbt
base: v1.11.0
head repository: sbt/sbt
compare: v1.11.1
- 9 commits
- 7 files changed
- 2 contributors
Commits on May 29, 2025
-
Add
sonaDeploymentName
toexcludeLintKeys
sbt added the `sonaDeploymentName` key with #8126, released with https://github.com/sbt/sbt/releases/tag/v1.11.0 - in use, this seems to be getting lint warnings (as introduced by #5153): ``` [warn] there's a key that's not used by any other settings/tasks: [warn] [warn] * scala-collection-plus / sonaDeploymentName [warn] +- /home/runner/work/scala-collection-plus/scala-collection-plus/build.sbt:3 [warn] [warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check [warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key ``` https://github.com/rtyley/scala-collection-plus/actions/runs/15326291872/job/43121748535#step:6:19 ...#5153 does say that "notable exceptions are settings used exclusively by a command" - I _think_ that maybe `sonaDeploymentName` is only used by the commands `sonaRelease` & `sonaUpload`, so it's necessary to add it to `excludeLintKeys`?
Configuration menu - View commit details
-
Copy full SHA for d973734 - Browse repository at this point
Copy the full SHA d973734View commit details
Commits on May 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a0ed4d9 - Browse repository at this point
Copy the full SHA a0ed4d9View commit details
Commits on Jun 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d93e122 - Browse repository at this point
Copy the full SHA d93e122View commit details -
Merge pull request #8147 from eed3si9n/wip/publish
[1.x] ci: Use Central Portal for publishing
Configuration menu - View commit details
-
Copy full SHA for 019a1dd - Browse repository at this point
Copy the full SHA 019a1ddView commit details
Commits on Jun 2, 2025
-
fix: Default sbtPluginPublishLegacyMavenStyle to false
**Problem** Central Portal no longer supports the legacy sbt plugin layout. **Solution** Make the default more friendly by setting sbtPluginPublishLegacyMavenStyle to false.
Configuration menu - View commit details
-
Copy full SHA for 2036ce6 - Browse repository at this point
Copy the full SHA 2036ce6View commit details -
Merge pull request #8148 from eed3si9n/wip/plugin
fix: Default sbtPluginPublishLegacyMavenStyle to false
Configuration menu - View commit details
-
Copy full SHA for ac397d9 - Browse repository at this point
Copy the full SHA ac397d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e25bd3 - Browse repository at this point
Copy the full SHA 3e25bd3View commit details -
Merge pull request #8149 from eed3si9n/wip/bump-lm-coursier
[1.x] deps: Update lm-coursier-shaded 2.1.9
Configuration menu - View commit details
-
Copy full SHA for 6cf1f61 - Browse repository at this point
Copy the full SHA 6cf1f61View commit details -
Configuration menu - View commit details
-
Copy full SHA for d004317 - Browse repository at this point
Copy the full SHA d004317View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.11.0...v1.11.1