Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/push-to-repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
type: choice
options:
- AlgoliaWeb
- doc
- mcp-node
- docs-new
- n8n-nodes-algolia

jobs:
push:
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-java/gradlew
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

#
# Copyright © 2015 the original authors.
# Copyright © 2015-2021 the original authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 11
java-version: 17

- name: Setup Gradle
uses: gradle/actions/[email protected]
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-kotlin/gradlew
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

#
# Copyright © 2015 the original authors.
# Copyright © 2015-2021 the original authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- '*'

jobs:
release:
Expand All @@ -16,17 +18,11 @@ jobs:
with:
fetch-tags: true

- name: checkout the release tag
run: |
TAG=$(sed -n 's/.*version := "\(.*\)"/\1/p' version.sbt)
echo "Checking out tag $TAG"
git checkout "v$TAG"

- name: Install Java
uses: actions/setup-java@v5
with:
distribution: zulu
java-version: 11
java-version: 17
cache: sbt

- name: Compile
Expand Down
Binary file modified gradle/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
Loading