Gradle Javacpp Versions Save

Gradle plugins to automate the build process of JavaCPP and JavaCV

1.5.10

4 months ago

January 29, 2024 version 1.5.10

  • Fix compatibility with Gradle 8.x (pull #31)

1.5.9

11 months ago

June 6, 2023 version 1.5.9

  • Fix compatibility with Gradle 7.6.x (issue #28)

1.5.8

1 year ago

November 2, 2022 version 1.5.8

  • Remove lambda expressions since Gradle dislikes them (issue #23)
  • Update instructions to integrate BuildTask with Android Studio (issue #22)

1.5.7

2 years ago

February 11, 2022 version 1.5.7

  • Update README.md with sample javacppExtract task for Android App Bundles (AABs)

1.5.6

2 years ago

August 2, 2021 version 1.5.6

  • Fix compatibility with Gradle 7.x (issue #17)
  • Make BuildTask properties public to allow access with Kotlin DSL (pull #16)
  • Fix BuildPlugin incorrectly resetting javacppBuildParser.outputDirectory in subprojects (pull #12)

1.5.5

3 years ago

March 8, 2021 version 1.5.5

  • Add javacppPlatformExtension property to BuildPlugin and map it to platform.extension property
  • Add instructions to integrate BuildTask with Android Studio (issue #5)
  • Fix PlatformPlugin evaluating javacppPlatform too early (issue #8)
  • Honor the skip property in BuildTask (pull #7)
  • Add BuildExtension helper for maven-publish and update zlib sample project
  • Add builds for Android to zlib sample project (issue #5)

1.5.4

3 years ago

September 9, 2020 version 1.5.4

  • Initial release