Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b51c10c

Browse files
committedJan 17, 2023
fix: - Pull lfs before install when use jitpack
- Use OpenJDK 11
1 parent eceff81 commit b51c10c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = 'gdal-jni-with-native'
2-
version = '3.5.3.0'
2+
version = '3.5.3.1'
33

44
buildscript {
55
repositories {

‎jitpack.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
jdk: openjdk11
2+
3+
before_install:
4+
- git lfs pull
5+
16
install:
7+
- java -version
28
- echo "Install jar"
39
- ./gradlew clean install

0 commit comments

Comments
 (0)
Please sign in to comment.