Skip to content

Commit 0b21f9b

Browse files
Update publish.py
1 parent 6806c8e commit 0b21f9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

publish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def _run_gradle_command(self) -> None:
161161
env["MC_VERSION"] = self._version
162162
# shell=True, check=True, env=env
163163
self._process = subprocess.Popen(
164-
f"{self._gradle_command} clean build publish --stacktrace",
164+
f"{self._gradle_command} publish --stacktrace",
165165
stdin=subprocess.PIPE,
166166
stdout=subprocess.PIPE,
167167
stderr=subprocess.STDOUT,

0 commit comments

Comments
 (0)