Skip to content

Commit

Permalink
Fix spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel committed Oct 13, 2023
1 parent 91388d5 commit 2df02d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2df02d1

Please sign in to comment.