Skip to content

Commit

Permalink
fix: - Pull lfs before install when use jitpack
Browse files Browse the repository at this point in the history
- Use OpenJDK 11
  • Loading branch information
REASY committed Jan 17, 2023
1 parent eceff81 commit b51c10c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'gdal-jni-with-native'
version = '3.5.3.0'
version = '3.5.3.1'

buildscript {
repositories {
Expand Down
6 changes: 6 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
jdk: openjdk11

before_install:
- git lfs pull

install:
- java -version
- echo "Install jar"
- ./gradlew clean install

0 comments on commit b51c10c

Please sign in to comment.