Skip to content

Releases: jwharm/flatpak-gradle-generator

1.5.0

23 Mar 19:19
Compare
Choose a tag to compare

Changes in this release:

  • Add options to include or exclude only specific project configurations by @kravemir in #7

The release is available on the Gradle Plugin Portal:
https://plugins.gradle.org/plugin/io.github.jwharm.flatpak-gradle-generator

Full Changelog: 1.4.0...1.5.0

1.4.0

10 Mar 21:37
Compare
Choose a tag to compare

Changes in this release:

  • Add logging before resolution of each configuration by @kravemir in #4
  • Optimize resolution of configuration dependencies: by @kravemir in #5
  • Process configuration dependencies in parallel by @kravemir in #6
  • Fixed issue #3 where some dependencies are included only as .pom and .module, but .jar is missing

The release is available on the Gradle Plugin Portal:
https://plugins.gradle.org/plugin/io.github.jwharm.flatpak-gradle-generator

Full Changelog: 1.3.0...1.4.0

1.3.0

27 Feb 21:31
Compare
Choose a tag to compare

Changes in this release:

  • Cache the results of all HTTP requests to improve performance.

The release is available on the Gradle Plugin Portal:
https://plugins.gradle.org/plugin/io.github.jwharm.flatpak-gradle-generator

Full Changelog: 1.2.0...1.3.0

1.2.0

27 Jul 20:40
Compare
Choose a tag to compare

Changes in this release:

  • Correctly handle Maven project properties in POM files (for example ${project.version} references)
  • Explicitly add parent and bom POM files (recursively). Other dependencies are only added when resolved by Gradle.

The release is available on the Gradle Plugin Portal:
https://plugins.gradle.org/plugin/io.github.jwharm.flatpak-gradle-generator

Full Changelog: 1.1.0...1.2.0

1.1.0

20 Apr 12:39
Compare
Choose a tag to compare

Changes in this release:

  • Changed the default repository from maven-local to offline-repository to avoid confusion with MavenLocal
  • Fixed an issue with dependency classifiers

The release is available on the Gradle Plugin Portal:
https://plugins.gradle.org/plugin/io.github.jwharm.flatpak-gradle-generator

Full Changelog: 1.0.0...1.1.0

1.0.0

29 Oct 21:50
Compare
Choose a tag to compare

Initial release.

Available on the Gradle Plugin Portal:
https://plugins.gradle.org/plugin/io.github.jwharm.flatpak-gradle-generator