Skip to content

Bump native-maven-plugin from 0.9.1 to 0.9.4#110

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.graalvm.buildtools-native-maven-plugin-0.9.4
Closed

Bump native-maven-plugin from 0.9.1 to 0.9.4#110
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.graalvm.buildtools-native-maven-plugin-0.9.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 30, 2021

Copy link
Copy Markdown
Contributor

Bumps native-maven-plugin from 0.9.1 to 0.9.4.

Release notes

Sourced from native-maven-plugin's releases.

0.9.4

This release works around a limitation for Windows users who encounter an issue with long classpath entries on CLI: the Gradle plugin will now automatically handle this problem by creating a fat jar instead of passing all entries on classpath (this behavior can be disabled if needed). Maven users will have to configure their build differently to use shading.

In addition to this, we're now publishing development snapshots of this plugin. For Gradle, you will need to declare this repository in your settings.gradle(.kts) file:

pluginManagement {
    plugins {
        id 'org.graalvm.buildtools.native' version '0.9.5-SNAPSHOT'
    }
    repositories {
        maven {
            url "https://raw.githubusercontent.com/graalvm/native-build-tools/snapshots"
        }
        gradlePluginPortal()
    }
}

For Maven, you need to use this repository configuration:

<pluginRepositories>
    <pluginRepository>
        <id>graalvm-native-build-tools-snapshots</id>
        <name>GraalVM native-build-tools Snapshots</name>
        <url>https://raw.githubusercontent.com/graalvm/native-build-tools/snapshots</url>
        <releases>
            <enabled>false</enabled>
        </releases>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </pluginRepository>
</pluginRepositories>

Related PRs: #126

All artifacts are available on the Maven Central. Documentation is available at graalvm.github.io/native-build-tools/0.9.4

0.9.3

This release contains:

  • Fix for mainClass not being optional (Gradle plugin)
  • Fix for Gradle < 7 failing to determine GraalVM toolchain
  • Gradle plugin now registers proper groups
  • Automatic native-image tool fetching via gu (Gradle plugin)

... (truncated)

Commits
  • adad255 Release 0.9.4
  • 899aefa Fix amend on pushing snapshots
  • ca0d259 Document how to use snapshot releases
  • 70d4161 Improve documentation for the Maven plugin
  • 52ee253 Attempt to fix SSH authentication problem
  • 6812e0d Avoid deprecated API
  • 22f0684 Make sure to keep a single snapshot in the repository
  • 65f64bd Use git amend when publishing snapshots
  • b288106 Add Git SSH configuration to workflow
  • 9b8b559 Add publication of snapshots to GitHub
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [native-maven-plugin](https://github.com/graalvm/native-build-tools) from 0.9.1 to 0.9.4.
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
- [Commits](graalvm/native-build-tools@0.9.1...0.9.4)

---
updated-dependencies:
- dependency-name: org.graalvm.buildtools:native-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 30, 2021
@dependabot @github

dependabot Bot commented on behalf of github Sep 8, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #111.

@dependabot dependabot Bot closed this Sep 8, 2021
@dependabot
dependabot Bot deleted the dependabot/maven/org.graalvm.buildtools-native-maven-plugin-0.9.4 branch September 8, 2021 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants