Skip to content

Tags: TeamDev-IP/JxBrowser-Gradle-Plugin

Tags

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 2.1.0 (#166)

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix the artifact name for Windows ARM (#56)

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update plugin version to 1.2.0 (#55)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update plugin version to 1.1.0 (#45)

... and do not use upper case letters in the project name.

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for Kotlin and Compose Maven artifacts (#34)

This changeset extends the plugin API to allow configuring dependencies
to the Kotlin and Compose Maven artifacts.

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Check for version when resolving dependency notations (#19)

Previously we checked for the JxBrowser version right after the plugin was applied and could see the ISE in the console at this stage. Because of this, we can't configure the plugin extension with IDEA hints, as everything breaks at the stage of applying the plugin.

In this PR, we do JxBrowser version checking while resolving dependency notations, not when applying the plugin.

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix the build configuration (#12)

The actions/setup-java@v2 action requires distribution to be specified.