File tree Expand file tree Collapse file tree 7 files changed +16
-15
lines changed Expand file tree Collapse file tree 7 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 1
1
2
+ ### February 11, 2022 version 1.5.7
2
3
* Update README.md with sample ` javacppExtract ` task for Android App Bundles (AABs)
3
4
4
5
### August 2, 2021 version 1.5.6
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.7-SNAPSHOT '
9
+ version = ' 1.5.7'
10
10
11
11
repositories {
12
12
mavenLocal()
@@ -16,7 +16,7 @@ repositories {
16
16
17
17
dependencies {
18
18
api " org.bytedeco:javacpp:$version "
19
- testImplementation ' junit:junit:4.13.1 '
19
+ testImplementation ' junit:junit:4.13.2 '
20
20
}
21
21
22
22
gradlePlugin {
@@ -51,7 +51,7 @@ javadoc {
51
51
' https://docs.gradle.org/current/javadoc' ,
52
52
' http://bytedeco.org/javacpp/apidocs' ,
53
53
' http://www.slf4j.org/apidocs' ,
54
- ' http://junit.org/junit4/javadoc/4.13.1 ' ]
54
+ ' http://junit.org/junit4/javadoc/4.13.2 ' ]
55
55
}
56
56
57
57
// doesn't work with Gradle 5.x
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.6 " )
6
+ id(" org.bytedeco.gradle-javacpp-platform" ).version(" 1.5.7 " )
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.6 " )
18
+ implementation(" org.bytedeco:javacv-platform:1.5.7 " )
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.6 '
3
+ id ' org.bytedeco.gradle-javacpp-platform' version ' 1.5.7 '
4
4
}
5
5
6
6
group = ' org.bytedeco'
7
- version = ' 1.5.6 '
7
+ version = ' 1.5.7 '
8
8
9
9
repositories {
10
10
mavenLocal()
@@ -13,10 +13,10 @@ repositories {
13
13
}
14
14
15
15
dependencies {
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
- testImplementation ' junit:junit:4.13.1 '
16
+ api " org.bytedeco:javacv-platform:1.5.7 "
17
+ // api "org.bytedeco:opencv-platform-gpu:4.5.5 -$version"
18
+ // api "org.bytedeco:ffmpeg-platform-gpl:5.0 -$version"
19
+ testImplementation ' junit:junit:4.13.2 '
20
20
}
21
21
22
22
// Let's create a standalone "uber JAR" to see what we get in it
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.6 ' }
12
+ gradle. rootProject { ext. javacppVersion = ' 1.5.7 ' }
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.6 '
3
+ id ' org.bytedeco.gradle-javacpp-build' version ' 1.5.7 '
4
4
id ' maven-publish'
5
5
id ' signing'
6
6
}
@@ -27,7 +27,7 @@ dependencies {
27
27
javacppPlatform " org.bytedeco:zlib:$version :windows-x86"
28
28
javacppPlatform " org.bytedeco:zlib:$version :windows-x86_64"
29
29
testRuntimeOnly " org.bytedeco:javacpp:$javacppVersion :$javacppPlatform "
30
- testImplementation ' junit:junit:4.13.1 '
30
+ testImplementation ' junit:junit:4.13.2 '
31
31
}
32
32
33
33
tasks. withType(org.bytedeco.gradle.javacpp.BuildTask ) {
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.6 ' }
12
+ gradle. rootProject { ext. javacppVersion = ' 1.5.7 ' }
You can’t perform that action at this time.
0 commit comments