neoforged / NeoFormRuntime

GNU Lesser General Public License v2.1
2 stars 2 forks source link

React better to access denied exceptions when obtaining lock files. #11

Closed shartte closed 5 months ago

neoforged-pr-publishing[bot] commented 5 months ago

Last commit published: ac48efb1ffcc93d8fbe892cdb791c08288c7e11d.

PR Publishing ### The artifacts published by this PR: - :package: [`net.neoforged:neoform-runtime:0.1.55-pr-11-access-denied-errors`](https://github.com/neoforged/NeoFormRuntime/packages/2179419) ### Repository Declaration In order to use the artifacts published by the PR, add the following repository to your buildscript: ```gradle repositories { maven { name 'Maven for PR #11' // https://github.com/neoforged/NeoFormRuntime/pull/11 url 'https://prmaven.neoforged.net/NeoFormRuntime/pr11' content { includeModule('net.neoforged', 'neoform-runtime') } } } ```