Fix spotless

This commit is contained in:
shedaniel
2023-10-13 18:09:04 +08:00
parent 91388d507b
commit 2df02d16c6
2 changed files with 3 additions and 2 deletions

View File

@@ -333,7 +333,7 @@ publishing {
// Also publish a snapshot so people can use the latest version if they wish
snapshot(MavenPublication) { publication ->
groupId project.group
artifactId project.base.archivesName.get()
artifactId project.base.archivesName.get()
version baseVersion + '-SNAPSHOT'
from components.java

View File

@@ -24,10 +24,11 @@
package net.fabricmc.loom.test.integration.forge
import net.fabricmc.loom.test.util.GradleProjectTestTrait
import spock.lang.Specification
import spock.lang.Unroll
import net.fabricmc.loom.test.util.GradleProjectTestTrait
import static net.fabricmc.loom.test.LoomTestConstants.DEFAULT_GRADLE
import static org.gradle.testkit.runner.TaskOutcome.SUCCESS