Skip to content

Commit

Permalink
ci : upgrade gradle to 2.4.2 (ggerganov#1263)
Browse files Browse the repository at this point in the history
* ci : upgrade gradle to 2.4.2

* cmake : add comment (ggerganov#1129)
  • Loading branch information
ggerganov committed Sep 8, 2023
1 parent b699240 commit 8fa08e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -428,7 +428,7 @@ jobs:

- name: Publish package
if: ${{ github.ref == 'refs/heads/master' }}
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@2.4.2
with:
arguments: publish
build-root-directory: bindings/java
Expand Down
4 changes: 4 additions & 0 deletions CMakeLists.txt
Expand Up @@ -321,6 +321,10 @@ else()
endif()
endif()

#
# POSIX conformance
#

# clock_gettime came in POSIX.1b (1993)
# CLOCK_MONOTONIC came in POSIX.1-2001 / SUSv3 as optional
# posix_memalign came in POSIX.1-2001 / SUSv3
Expand Down

0 comments on commit 8fa08e4

Please sign in to comment.