ci : upgrade gradle to 2.4.2 (#1263)

* ci : upgrade gradle to 2.4.2

* cmake : add comment (#1129)
pull/1265/head
Georgi Gerganov 2023-09-08 17:58:14 +03:00 committed by GitHub
parent bfc73f1fa2
commit 3e9edc6845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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