Cleanup + Bump version to 1.1.0

This commit is contained in:
Melledy
2025-11-27 19:25:40 -08:00
parent a981c6fce4
commit 3e47c8ef06
4 changed files with 16 additions and 11 deletions

View File

@@ -29,7 +29,7 @@ java {
}
}
version = '1.0.1'
version = '1.1.0'
var shouldGenerateProto = System.getenv("GENERATE_PROTO") == "true"
System.out.println(shouldGenerateProto ? "Generating proto files" : "Skipping proto generation")