Skip to content

Commit

Permalink
refactor(java): normalize client repo structure (#1854)
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam authored Aug 1, 2023
1 parent d8adcf0 commit c41d3d1
Show file tree
Hide file tree
Showing 458 changed files with 102 additions and 83,271 deletions.
2 changes: 1 addition & 1 deletion .github/actions/restore-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ runs:
if: ${{ inputs.java == 'true' && inputs.type == 'all' }}
shell: bash
run: |
rm -rf clients/algoliasearch-client-java-2
rm -rf clients/algoliasearch-client-java
unzip -q -o clients-java.zip && rm clients-java.zip
# Go
- name: Download clients-go artifact
Expand Down
2 changes: 1 addition & 1 deletion clients/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This folder hosts the generated clients.

### Java

- [algoliasearch-client-java-2](./algoliasearch-client-java-2/): The Algolia search client.
- [algoliasearch-client-java](./algoliasearch-client-java/): The Algolia search client.

### JavaScript

Expand Down
25 changes: 0 additions & 25 deletions clients/algoliasearch-client-java-2/.openapi-generator-ignore

This file was deleted.

Loading

0 comments on commit c41d3d1

Please sign in to comment.