Skip to content

Commit 5326027

Browse files
committed
Prepare for release 5.3.1.
1 parent ba29bd2 commit 5326027

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Change Log
22
==========
33

4+
Version 5.3.1
5+
---------------------
6+
7+
_2025-03-05_
8+
9+
### Gradle plugin
10+
11+
* Better remote cache support (#3295)
12+
* Avoid eagerly resolving the configuration (#3302 by [Kartikaya Gupta][staktrace])
13+
414
Version 5.3.0
515
---------------------
616

@@ -1592,6 +1602,7 @@ Initial version.
15921602
[quanturium]: https://github.com/quanturium
15931603
[reflect]: https://github.com/grpc/grpc/blob/master/doc/server-reflection.md
15941604
[sashaweiss-signal]: https://github.com/sashaweiss-signal
1605+
[staktrace]: https://github.com/staktrace
15951606
[swiftblogpost]: https://cashapp.github.io/2020-08-19/wire-support-for-swift-part-1
15961607
[tikurahul]: https://github.com/tikurahul
15971608
[traviscj]: https://github.com/traviscj

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
22

33
GROUP=com.squareup.wire
4-
VERSION_NAME=5.4.0-SNAPSHOT
4+
VERSION_NAME=5.3.1
55

66
# Publishing SHA 256 and 512 hashes of maven-metadata is not supported by Sonatype and Nexus.
77
# See https://github.com/gradle/gradle/issues/11308 and https://issues.sonatype.org/browse/NEXUS-21802
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.caching=false
22
org.gradle.unsafe.configuration-cache=true
33
org.gradle.configuration-cache=true
4-
VERSION_NAME=5.4.0-SNAPSHOT
4+
VERSION_NAME=5.3.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION_NAME=5.4.0-SNAPSHOT
1+
VERSION_NAME=5.3.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
org.gradle.configureondemand=true
2-
VERSION_NAME=5.4.0-SNAPSHOT
2+
VERSION_NAME=5.3.1

0 commit comments

Comments
 (0)