Skip to content

Conversation

@Technici4n
Copy link
Member

Fixes #140.

@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented Aug 31, 2024

  • Publish PR to GitHub Packages

Last commit published: 4a5a303cf07d39cba950c5aff86871b0f0326932.

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 #149' // https://github.com/neoforged/ModDevGradle/pull/149
        url 'https://prmaven.neoforged.net/ModDevGradle/pr149'
        content {
            includeModule('net.neoforged.moddev', 'net.neoforged.moddev.gradle.plugin')
            includeModule('net.neoforged', 'moddev-gradle')
            includeModule('net.neoforged.moddev.repositories', 'net.neoforged.moddev.repositories.gradle.plugin')
        }
    }
}

@Technici4n Technici4n requested a review from shartte August 31, 2024 15:04
@shartte shartte enabled auto-merge (squash) September 1, 2024 20:08
@shartte shartte merged commit 3bae0a3 into main Sep 1, 2024
@shartte shartte deleted the fix-140 branch September 1, 2024 20:19
@neoforged-releases
Copy link

🚀 This PR has been released as ModDevGradle version 2.0.24-beta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update to files in maven local might not invalidate the cache

2 participants