This is an automated email from the ASF dual-hosted git repository.

merlimat pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 18182c199dd [improve][build] Upgrade lightproto gradle plugin to 0.7.2 
(#25751)
18182c199dd is described below

commit 18182c199dd3e5d8b0f448a4cc2027e8bda58263
Author: Lari Hotari <[email protected]>
AuthorDate: Tue May 12 18:17:35 2026 +0300

    [improve][build] Upgrade lightproto gradle plugin to 0.7.2 (#25751)
---
 gradle/libs.versions.toml               | 2 +-
 pulsar-functions/proto/build.gradle.kts | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 74574ff138d..2d8be58f3e7 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -139,7 +139,7 @@ javax-servlet = "3.1.0"
 # Oxia / etcd
 oxia = "0.7.4"
 # Build plugins
-lightproto = "0.6.6"
+lightproto = "0.7.2"
 errorprone = "2.45.0"
 spotbugs = "4.9.6"
 checkerframework = "3.33.0"
diff --git a/pulsar-functions/proto/build.gradle.kts 
b/pulsar-functions/proto/build.gradle.kts
index 37e101815e0..db8f2323ef6 100644
--- a/pulsar-functions/proto/build.gradle.kts
+++ b/pulsar-functions/proto/build.gradle.kts
@@ -34,3 +34,7 @@ dependencies {
     }
     runtimeOnly(libs.perfmark.api)
 }
+
+lightproto {
+    generateJson = true
+}
\ No newline at end of file

Reply via email to