Skip to content

Commit

Permalink
Merge pull request #19298 Prepare for 7.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-gradle committed Dec 13, 2021
2 parents 48db884 + ddb629b commit 2b9a5f8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
12 changes: 8 additions & 4 deletions released-versions.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"latestReleaseSnapshot": {
"version": "7.2-20210909000652+0000",
"buildTime": "20210909000652+0000"
"version": "7.3.1-20211202003143+0000",
"buildTime": "20211202003143+0000"
},
"latestRc": {
"version": "7.2-rc-3",
"buildTime": "20210812075909+0000"
"version": "7.3-rc-5",
"buildTime": "20211105184337+0000"
},
"finalReleases": [
{
"version": "7.3.1",
"buildTime": "20211201154220+0000"
},
{
"version": "7.3",
"buildTime": "20211109204036+0000"
Expand Down
2 changes: 1 addition & 1 deletion subprojects/docs/src/docs/release/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Switch your build to use Gradle @version@ by updating your wrapper:

See the [Gradle 7.x upgrade guide](userguide/upgrading_version_7.html#changes_@baseVersion@) to learn about deprecations, breaking changes and other considerations when upgrading to Gradle @version@.

NOTE: Gradle 7.3 has had *one* patch release, which fixes several issues from the original release.
NOTE: Gradle 7.3 has had *two* patch releases, which fixes several issues from the original release.
We recommend always using the latest patch release.

For Java, Groovy, Kotlin and Android compatibility, see the [full compatibility notes](userguide/compatibility.html).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ import org.gradle.integtests.fixtures.AbstractIntegrationSpec
import org.gradle.integtests.fixtures.Sample
import org.gradle.integtests.fixtures.UsesSample
import org.junit.Rule
import spock.lang.Ignore

@Ignore("Ignored as repository used in test has expired certificate")
class SamplesDeclaringRepositoriesIntegrationTest extends AbstractIntegrationSpec {

@Rule
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.3.1
7.3.2

0 comments on commit 2b9a5f8

Please sign in to comment.