Skip to content

Commit 6bc222e

Browse files
authored
Modified to increase notice coverage of the acceptance test list. (#2090)
1 parent d9ad56a commit 6bc222e

2 files changed

Lines changed: 1007 additions & 998 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ subprojects {
123123
}
124124
} else {
125125
// For releases, the publish task does not upload to MavenCentral.
126-
// It just the artifacts directory hierarchy on the local disk,
126+
// It just creates the artifacts directory hierarchy on the local disk,
127127
// The actual zipping and uploading is done in the publishToMavenCentral task.
128128
url = "${buildDir}/local-repo"
129129
}
@@ -195,7 +195,7 @@ subprojects {
195195
}
196196

197197
tasks.register('publishToSnapshotRepository') {
198-
// We want to do call the publish task only if the version is a snapshot.
198+
// We want to call the publish task only if the version is a snapshot.
199199
// Without this conditional, with a release it would do the publish first, then throw the Exception below.
200200
// But since the dependsOn is within the conditional, the dependency is not created for release versions
201201
// so the publish in that case is never executed.

0 commit comments

Comments
 (0)