You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
println"\n🚨 [Protocol Design Violation] The following enums violate the java-tron API evolution standard (Issue #6515):"
155
+
println"\n❌ [Protocol Design Violation] The following enums violate the java-tron API evolution standard (Issue #6515):"
156
156
errors.each { println" - $it" }
157
-
println"\n💡 Recommendation: To ensure proto3 JSON serialization backward compatibility, newly defined enums MUST reserve index 0 for an 'UNKNOWN_XXX' field.\n"
158
157
thrownewGradleException("Proto Enum validation failed. See above for details.")
159
158
} else {
160
159
println"✅ Proto Enum validation passed!"
161
160
// Update marker file for Gradle incremental build cache
0 commit comments