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

Better attach sources and artifacts in IJ #123

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Update path computation

41ce510
Select commit
Loading
Failed to load commit list.
Draft

Better attach sources and artifacts in IJ #123

Update path computation
41ce510
Select commit
Loading
Failed to load commit list.
NeoForged - PR Publishing / PR Publishing succeeded Aug 5, 2024 in 14s

PR Publishing - 3 artifacts

PR published 3 artifacts
net.neoforged.moddev.repositories:net.neoforged.moddev.repositories.gradle.plugin:2.0.6-beta-pr-123-better-ij-artifacts
net.neoforged:moddev-gradle:2.0.6-beta-pr-123-better-ij-artifacts
net.neoforged.moddev:net.neoforged.moddev.gradle.plugin:2.0.6-beta-pr-123-better-ij-artifacts

Details

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