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

Fix an ArrayIndexOutOfBoundsException on Java 8 #2

Merged
merged 4 commits into from
Jan 7, 2024
Merged

Conversation

Matyrobbrt
Copy link
Member

@Matyrobbrt Matyrobbrt commented Jan 7, 2024

Seems like the . ZFS path is 'invalid' on Java 8.

Seems like the `.` ZFS path is invalid on Java 8.
@Matyrobbrt Matyrobbrt added the bug Something isn't working label Jan 7, 2024
@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented Jan 7, 2024

  • Publish PR to GitHub Packages

Last commit published: bffbf603f107f598f04f8b2d6889d8361fc8e629.

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 #2' // https://github.com/neoforged/InstallerTools/pull/2
        url 'https://prmaven.neoforged.net/InstallerTools/pr2'
        content {
            includeModule('net.neoforged.installertools', 'cli-utils')
            includeModule('net.neoforged.installertools', 'binarypatcher')
            includeModule('net.neoforged.installertools', 'installertools')
            includeModule('net.neoforged.installertools', 'jarsplitter')
        }
    }
}

@shartte shartte merged commit e3d8c75 into main Jan 7, 2024
2 checks passed
@shartte shartte deleted the fix-aiob branch January 7, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants