neoforged / ModDevGradle

A Gradle plugin for developing Minecraft mods using NeoForge
https://projects.neoforged.net/neoforged/moddevgradle
GNU Lesser General Public License v2.1
25 stars 6 forks source link

Experiment with serial execution for GH Actions #23

Closed shartte closed 2 months ago

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

Last commit published: 0acc57c4fa5608aeb40c05cf7675b2479c9321f1.

PR Publishing ### The artifacts published by this PR: - :package: [`net.neoforged.moddev:net.neoforged.moddev.gradle.plugin:0.1.88-pr-23-serial-execution`](https://github.com/neoforged/ModDevGradle/packages/2179639) - :package: [`net.neoforged:moddev-gradle:0.1.88-pr-23-serial-execution`](https://github.com/neoforged/ModDevGradle/packages/2179638) ### 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 #23' // https://github.com/neoforged/ModDevGradle/pull/23 url 'https://prmaven.neoforged.net/ModDevGradle/pr23' content { includeModule('net.neoforged.moddev', 'net.neoforged.moddev.gradle.plugin') includeModule('net.neoforged', 'moddev-gradle') } } } ```
shartte commented 2 months ago

Executing serially didn't really speed things up, overall.