Skip to content

Commit 3e9edc6

Browse files
authored
ci : upgrade gradle to 2.4.2 (ggerganov#1263)
* ci : upgrade gradle to 2.4.2 * cmake : add comment (ggerganov#1129)
1 parent bfc73f1 commit 3e9edc6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ jobs:
428428

429429
- name: Publish package
430430
if: ${{ github.ref == 'refs/heads/master' }}
431-
uses: gradle/gradle-build-action@v2
431+
uses: gradle/gradle-build-action@2.4.2
432432
with:
433433
arguments: publish
434434
build-root-directory: bindings/java

CMakeLists.txt

+4
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,10 @@ else()
321321
endif()
322322
endif()
323323

324+
#
325+
# POSIX conformance
326+
#
327+
324328
# clock_gettime came in POSIX.1b (1993)
325329
# CLOCK_MONOTONIC came in POSIX.1-2001 / SUSv3 as optional
326330
# posix_memalign came in POSIX.1-2001 / SUSv3

0 commit comments

Comments
 (0)