comment
This commit is contained in:
@@ -145,6 +145,8 @@ def parse_gradle_file(gradle_path):
|
||||
artifact_id = "unknown"
|
||||
name = "unknown"
|
||||
|
||||
# Here I was on fucking crack? This is fucking crazy!
|
||||
# Anyways Here it checks the artifacting settings for Gradle (kts)
|
||||
if os.path.exists(settings_path):
|
||||
with open(settings_path, 'r') as f:
|
||||
settings_content = f.read()
|
||||
|
||||
Reference in New Issue
Block a user