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

Use new ModDevGradle plugin #762

Open
wants to merge 2 commits into
base: 1.21.x
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Convert Xplat project to MDG
Technici4n committed Sep 3, 2024
commit 944a3cee5af3f29ecc9b303b378aeced9945234c
9 changes: 6 additions & 3 deletions Xplat/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.spongepowered.gradle.vanilla'
id 'net.neoforged.moddev'
}

base {
@@ -11,8 +11,11 @@ if (System.getenv().RELEASE_MODE == null) {
version += '-SNAPSHOT'
}

minecraft {
version(mc_version)
neoForge {
// To find the timestamp, see https://projects.neoforged.net/neoforged/neoform
neoFormVersion = "$mc_version-20240613.152323"

addModdingDependenciesTo sourceSets.test
}

repositories {
2 changes: 0 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
pluginManagement {
plugins {
id 'net.neoforged.moddev' version '2.0.26-beta' apply false
id 'org.spongepowered.mixin' version '0.7-SNAPSHOT' apply false
id 'org.spongepowered.gradle.vanilla' version '0.2.1-SNAPSHOT' apply false
id 'fabric-loom' version '1.7-SNAPSHOT' apply false
}
repositories {