File tree Expand file tree Collapse file tree 7 files changed +10
-9
lines changed Expand file tree Collapse file tree 7 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
2
+ ### June 6, 2023 version 1.5.9
2
3
* Fix compatibility with Gradle 7.6.x ([ issue #28 ] ( https://github.com/bytedeco/gradle-javacpp/issues/28 ) )
3
4
4
5
### November 2, 2022 version 1.5.8
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-SNAPSHOT '
9
+ version = ' 1.5.9'
10
10
11
11
sourceCompatibility = 1.7
12
12
targetCompatibility = 1.7
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
kotlin(" jvm" ).version(" 1.3.72" )
4
4
// Apply the java-library plugin for API and implementation separation.
5
5
`java- library`
6
- id(" org.bytedeco.gradle-javacpp-platform" ).version(" 1.5.8 " )
6
+ id(" org.bytedeco.gradle-javacpp-platform" ).version(" 1.5.9 " )
7
7
}
8
8
9
9
repositories {
@@ -15,7 +15,7 @@ repositories {
15
15
16
16
dependencies {
17
17
implementation(kotlin(" stdlib-jdk8" ))
18
- implementation(" org.bytedeco:javacv-platform:1.5.8 " )
18
+ implementation(" org.bytedeco:javacv-platform:1.5.9 " )
19
19
}
20
20
21
21
tasks {
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java-library'
3
- id ' org.bytedeco.gradle-javacpp-platform' version ' 1.5.8 '
3
+ id ' org.bytedeco.gradle-javacpp-platform' version ' 1.5.9 '
4
4
}
5
5
6
6
group = ' org.bytedeco'
7
- version = ' 1.5.8 '
7
+ version = ' 1.5.9 '
8
8
9
9
repositories {
10
10
mavenLocal()
@@ -13,7 +13,7 @@ repositories {
13
13
}
14
14
15
15
dependencies {
16
- api " org.bytedeco:javacv-platform:1.5.8 "
16
+ api " org.bytedeco:javacv-platform:1.5.9 "
17
17
// api "org.bytedeco:opencv-platform-gpu:4.6.0-$version"
18
18
// api "org.bytedeco:ffmpeg-platform-gpl:5.1.2-$version"
19
19
testImplementation ' junit:junit:4.13.2'
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ pluginManagement {
9
9
10
10
rootProject. name = ' javacv-demo'
11
11
12
- gradle. rootProject { ext. javacppVersion = ' 1.5.8 ' }
12
+ gradle. rootProject { ext. javacppVersion = ' 1.5.9 ' }
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java-library'
3
- id ' org.bytedeco.gradle-javacpp-build' version ' 1.5.8 '
3
+ id ' org.bytedeco.gradle-javacpp-build' version ' 1.5.9 '
4
4
id ' maven-publish'
5
5
id ' signing'
6
6
}
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ pluginManagement {
9
9
10
10
rootProject. name = ' zlib'
11
11
12
- gradle. rootProject { ext. javacppVersion = ' 1.5.8 ' }
12
+ gradle. rootProject { ext. javacppVersion = ' 1.5.9 ' }
You can’t perform that action at this time.
0 commit comments