Skip to content
Snippets Groups Projects
Commit a3d34557 authored by Michael Youkeim's avatar Michael Youkeim
Browse files

Commiting before the fix

parent 90ed6b56
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,10 @@ def process_commit_hashes(commit_hashes, repo_path, output_dir):
)
# Generate sources
subprocess.run(f"cd {repo_path} && mvn generate-sources", shell=True, check=True)
# subprocess.run(f"cd {repo_path} && mvn clean install -DskipTests -DskipShade", shell=True, check=True)
# Generate sources
# subprocess.run(f"cd {repo_path} && mvn generate-sources", shell=True, check=True)
# Proceed if versions are compatible
if (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment