Skip to content

Fix build.gradle - #51

Merged
CaitlynMainer merged 3 commits into
CaitlynMainer:main-MC1.21.1from
SquidDev:squid/fix-gradle
Aug 12, 2026
Merged

Fix build.gradle#51
CaitlynMainer merged 3 commits into
CaitlynMainer:main-MC1.21.1from
SquidDev:squid/fix-gradle

Conversation

@SquidDev

@SquidDev SquidDev commented Aug 12, 2026

Copy link
Copy Markdown

I've split this into two commits, if you just want to cherry-pick the actual fix and ignore the remaining stuff. The first (b551125) reverts the extraneous changes in f43f348 and fixes the publishing tasks.

The second does a bit of a further cleanup to our dependencies:

  • Use exclusiveContent on all the repositories. I know there's plans to switch to a Maven mirror for all of these in the future, but for now, this helps make it explicit where all the dependencies come from (and makes builds with an empty Gradle cache a little faster).
  • Add new dev{RuntimeOnly,Implementation} configurations for optional dependencies, which don't get added as dependencies to the POM.
  • Drop dependency on Scala cats.

 - Use exclusiveContent on all the repositories
 - Add new dev{RuntimeOnly,Implementation} configurations for optional
   dependencies, which don't get added as dependencies to the POM.
 - Drop dependency on Scala cats.
@CaitlynMainer
CaitlynMainer merged commit 3c81626 into CaitlynMainer:main-MC1.21.1 Aug 12, 2026
1 check failed
@SquidDev
SquidDev deleted the squid/fix-gradle branch August 12, 2026 18:58
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.

2 participants