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

Add getNeoFormVersion and getMcpVersion getters to make Kotlin happy. #223

Merged
merged 2 commits into from
Jan 7, 2025

Add getMcpVersion and test

6709540
Select commit
Loading
Failed to load commit list.
Merged

Add getNeoFormVersion and getMcpVersion getters to make Kotlin happy. #223

Add getMcpVersion and test
6709540
Select commit
Loading
Failed to load commit list.
NeoForged - PR Publishing / PR Publishing succeeded Jan 7, 2025 in 14s

PR Publishing - 4 artifacts

PR published 4 artifacts
net.neoforged.moddev.legacyforge:net.neoforged.moddev.legacyforge.gradle.plugin:2.0.76-pr-223-fix-221
net.neoforged.moddev:net.neoforged.moddev.gradle.plugin:2.0.76-pr-223-fix-221
net.neoforged.moddev.repositories:net.neoforged.moddev.repositories.gradle.plugin:2.0.76-pr-223-fix-221
net.neoforged:moddev-gradle:2.0.76-pr-223-fix-221

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