Skip to content

Commit 7e89b39

Browse files
fix update github workflows
1 parent b05e8a6 commit 7e89b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
with open("build.gradle", "r") as inFile:
3030
for line in inFile.readlines():
3131
if line.startswith(" sourceCompatibility"):
32-
envFile.write(f"\nJAVA_VERSION={line.split("_")[1].strip()}")
32+
envFile.write(f"\nJAVA_VERSION={line.split('_')[1].strip()}")

0 commit comments

Comments
 (0)