Skip to content

Commit

Permalink
🔇 Reduce gradle log
Browse files Browse the repository at this point in the history
  • Loading branch information
yhs0602 committed May 22, 2024
1 parent 7715aaa commit a9dacb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion craftground/craftground/craftground.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def start_server(
my_env["CRAFTGROUND_JVM_NATIVE_TRACKING"] = "detail"
if self.native_debug:
my_env["CRAFGROUND_NATIVE_DEBUG"] = "True"
cmd = "./gradlew runClient"
cmd = "./gradlew runClient -w"
if use_vglrun:
cmd = f"vglrun {cmd}"
if ld_preload:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
packages = find_packages()
setup(
name="craftground",
version="1.8.1",
version="1.8.2",
packages=packages,
install_requires=["gymnasium", "Pillow", "numpy", "protobuf", "typing_extensions"],
author="yhs0602",
Expand Down

0 comments on commit a9dacb0

Please sign in to comment.