Searched defs:artifact_id (Results 1 – 2 of 2) sorted by relevance
| /development/project-creator/ |
| D | create_project.py | 151 def generate_package_name(group_id, artifact_id): argument 163 def validate_name(group_id, artifact_id): argument 252 def get_gradle_project_coordinates(group_id, artifact_id): argument 257 def run_update_api(group_id, artifact_id): argument 267 def get_library_type(artifact_id): argument 293 def get_full_artifact_path(group_id, artifact_id): argument 306 def get_package_documentation_file_dir(group_id, artifact_id): argument 331 def get_package_documentation_filename(group_id, artifact_id, project_type): argument 351 def is_compose_project(group_id, artifact_id): argument 356 def create_directories(group_id, artifact_id, project_type, is_compose_project): argument [all …]
|
| /development/auto-version-updater/ |
| D | update_versions_for_release.py | 190 def should_update_artifact_version_in_library_versions_toml(old_version, new_version, artifact_id): argument 253 def get_library_constants_in_library_versions_toml(group_id, artifact_id): argument 276 def update_versions_in_library_versions_toml(group_id, artifact_id, old_version): argument 368 def update_compose_runtime_version(group_id, artifact_id, old_version): argument
|