File tree Expand file tree Collapse file tree 7 files changed +12
-11
lines changed Expand file tree Collapse file tree 7 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
1
2
+ ### August 2, 2021 version 1.5.6
2
3
* Fix compatibility with Gradle 7.x ([ issue #17 ] ( https://github.com/bytedeco/gradle-javacpp/issues/17 ) )
3
4
* Make ` BuildTask ` properties ` public ` to allow access with Kotlin DSL ([ pull #16 ] ( https://github.com/bytedeco/gradle-javacpp/issues/16 ) )
4
5
* Fix ` BuildPlugin ` incorrectly resetting ` javacppBuildParser.outputDirectory ` in subprojects ([ pull #12 ] ( https://github.com/bytedeco/gradle-javacpp/issues/12 ) )
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.6-SNAPSHOT '
9
+ version = ' 1.5.6'
10
10
11
11
repositories {
12
12
mavenLocal()
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.5 " )
6
+ id(" org.bytedeco.gradle-javacpp-platform" ).version(" 1.5.6 " )
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.5 " )
18
+ implementation(" org.bytedeco:javacv-platform:1.5.6 " )
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.5 '
3
+ id ' org.bytedeco.gradle-javacpp-platform' version ' 1.5.6 '
4
4
}
5
5
6
6
group = ' org.bytedeco'
7
- version = ' 1.5.5 '
7
+ version = ' 1.5.6 '
8
8
9
9
repositories {
10
10
mavenLocal()
@@ -13,9 +13,9 @@ repositories {
13
13
}
14
14
15
15
dependencies {
16
- api " org.bytedeco:javacv-platform:1.5.5 "
17
- // api "org.bytedeco:opencv-platform-gpu:4.5.1 -$version"
18
- // api "org.bytedeco:ffmpeg-platform-gpl:4.3.2 -$version"
16
+ api " org.bytedeco:javacv-platform:1.5.6 "
17
+ // api "org.bytedeco:opencv-platform-gpu:4.5.3 -$version"
18
+ // api "org.bytedeco:ffmpeg-platform-gpl:4.4 -$version"
19
19
testImplementation ' junit:junit:4.13.1'
20
20
}
21
21
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.5 ' }
12
+ gradle. rootProject { ext. javacppVersion = ' 1.5.6 ' }
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.5 '
3
+ id ' org.bytedeco.gradle-javacpp-build' version ' 1.5.6 '
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.5 ' }
12
+ gradle. rootProject { ext. javacppVersion = ' 1.5.6 ' }
You can’t perform that action at this time.
0 commit comments