Commit 849a4c9 1 parent 65ca35e commit 849a4c9 Copy full SHA for 849a4c9
File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
linux-x86_64 :
13
13
runs-on : ubuntu-20.04
14
- container : centos:7
15
14
steps :
16
- - uses : bytedeco/javacpp-presets/.github/actions/deploy-centos @actions
15
+ - uses : bytedeco/javacpp-presets/.github/actions/deploy-ubuntu @actions
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
}
7
7
8
8
group = ' org.bytedeco'
9
- version = ' 1.5.9 '
9
+ version = ' 1.5.10-SNAPSHOT '
10
10
11
11
sourceCompatibility = 1.7
12
12
targetCompatibility = 1.7
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ repositories {
14
14
15
15
dependencies {
16
16
api " org.bytedeco:javacv-platform:1.5.9"
17
- // api "org.bytedeco:opencv-platform-gpu:4.6 .0-$version"
18
- // api "org.bytedeco:ffmpeg-platform-gpl:5.1.2 -$version"
17
+ // api "org.bytedeco:opencv-platform-gpu:4.7 .0-$version"
18
+ // api "org.bytedeco:ffmpeg-platform-gpl:6.0 -$version"
19
19
testImplementation ' junit:junit:4.13.2'
20
20
}
21
21
You can’t perform that action at this time.
0 commit comments