Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update asm to v9.7 #1508

Merged
merged 1 commit into from
Sep 10, 2024
Merged

Update asm to v9.7 #1508

merged 1 commit into from
Sep 10, 2024

Conversation

neoforged-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
org.ow2.asm:asm-analysis (source) dependencies minor 9.5 -> 9.7
org.ow2.asm:asm-util (source) dependencies minor 9.5 -> 9.7
org.ow2.asm:asm-tree (source) dependencies minor 9.5 -> 9.7
org.ow2.asm:asm-commons (source) dependencies minor 9.5 -> 9.7
org.ow2.asm:asm (source) dependencies minor 9.5 -> 9.7

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@neoforged-renovate neoforged-renovate bot added the dependencies Dependency updates label Sep 1, 2024
@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented Sep 1, 2024

  • Publish PR to GitHub Packages

Last commit published: c1f45f1eb20e99b58c106c48320296c0679221e5.

PR Publishing

The artifacts published by this PR:

Repository Declaration

In order to use the artifacts published by the PR, add the following repository to your buildscript:

repositories {
    maven {
        name 'Maven for PR #1508' // https://github.com/neoforged/NeoForge/pull/1508
        url 'https://prmaven.neoforged.net/NeoForge/pr1508'
        content {
            includeModule('net.neoforged', 'neoforge')
            includeModule('net.neoforged', 'testframework')
        }
    }
}

MDK installation

In order to setup a MDK using the latest PR version, run the following commands in a terminal.
The script works on both *nix and Windows as long as you have the JDK bin folder on the path.
The script will clone the MDK in a folder named NeoForge-pr1508.
On Powershell you will need to remove the -L flag from the curl invocation.

mkdir NeoForge-pr1508
cd NeoForge-pr1508
curl -L https://prmaven.neoforged.net/NeoForge/pr1508/net/neoforged/neoforge/21.1.36-pr-1508-renovate-asm/mdk-pr1508.zip -o mdk.zip
jar xf mdk.zip
rm mdk.zip || del mdk.zip

To test a production environment, you can download the installer from here.

@shartte
Copy link
Contributor

shartte commented Sep 2, 2024

Well, it'll be a good test if consistent resolve works.... I have my doubts...

@Matyrobbrt Matyrobbrt merged commit 42ad3e8 into 1.21.x Sep 10, 2024
7 checks passed
@Matyrobbrt Matyrobbrt deleted the renovate/asm branch September 10, 2024 09:10
@neoforged-releases
Copy link

🚀 This PR has been released as NeoForge version 21.1.48.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants