Skip to content

Commit 398d357

Browse files
committed
Fix a typo in a comment
1 parent 3b6724f commit 398d357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ model {
121121
dependsOn updateLastVersionValueTask
122122
}
123123
}
124-
// dependency on 'publishToSonatype' must be added in a 'afterEvaluate' bloc, see https://github.com/gradle/gradle/issues/16543#issuecomment-2529428010
124+
// dependency on 'publishToSonatype' must be added in a 'afterEvaluate' block, see https://github.com/gradle/gradle/issues/16543#issuecomment-2529428010
125125
afterEvaluate {
126126
model {
127127
tasks.doRelease {

0 commit comments

Comments
 (0)