1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-12-26 01:50:29 +00:00

Fix common jar not actually being published

Or rather, being published to the wrong place. The java-convention
plugin sets the group, but that was applied after the publishing one - I
was hoping it'd read that property lazy, but clearly not!
This commit is contained in:
Jonathan Coates 2023-10-11 19:15:36 +01:00
parent bdce9a8170
commit bd327e37eb
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

View File

@ -7,9 +7,9 @@ import cc.tweaked.gradle.clientClasses
import cc.tweaked.gradle.commonClasses import cc.tweaked.gradle.commonClasses
plugins { plugins {
id("cc-tweaked.publishing")
id("cc-tweaked.vanilla") id("cc-tweaked.vanilla")
id("cc-tweaked.gametest") id("cc-tweaked.gametest")
id("cc-tweaked.publishing")
} }
minecraft { minecraft {