Skip to content

Commit b8b1a5b

Browse files
committed
Add note about removing constraint when updating
(cherry picked from commit c109a0f)
1 parent 66d5416 commit b8b1a5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ develocity = { id = "com.gradle.develocity", version = "4.0.1" }
9898
foojayResolver = { id = "org.gradle.toolchains.foojay-resolver", version = "0.10.0" }
9999
gitPublish = { id = "org.ajoberstar.git-publish", version = "5.1.1" }
100100
jmh = { id = "me.champeau.jmh", version = "0.7.3" }
101+
# Remove `sshj` constraint in gradle/plugins/publishing/build.gradle.kts when updating
102+
# see https://github.com/jreleaser/jreleaser/issues/1900
101103
jreleaser = { id = "org.jreleaser", version = "1.18.0" }
102104
# check if workaround in gradle.properties can be removed when updating
103105
kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.1.21" }

0 commit comments

Comments
 (0)