Skip to content

Commit

Permalink
chore(deps): update plugin com.diffplug.spotless to v6.22.0 (#276)
Browse files Browse the repository at this point in the history
* chore(deps): update plugin com.diffplug.spotless to v6.22.0

* gradlew spotlessApply and few extra line breaks.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Róbert Papp (TWiStErRob) <[email protected]>
  • Loading branch information
renovate[bot] and TWiStErRob authored Sep 29, 2023
1 parent ec9b015 commit 00d5611
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
plugins {
`kotlin-dsl`
id("com.gradle.plugin-publish") version "1.2.1"
id("com.diffplug.spotless") version "6.21.0"
id("com.diffplug.spotless") version "6.22.0"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("org.jetbrains.gradle.plugin.idea-ext")
id("com.github.ben-manes.versions") version "0.48.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,12 @@ abstract class BaseNexusPublishPluginTests {
private const val OVERRIDDEN_STAGED_REPOSITORY_ID = "orgexample-42o"
}

private enum class StagingRepoTransitionOperation(val urlSufix: String, val desiredState: StagingRepository.State) {
CLOSE("close", StagingRepository.State.CLOSED), RELEASE("promote", StagingRepository.State.NOT_FOUND)
private enum class StagingRepoTransitionOperation(
val urlSufix: String,
val desiredState: StagingRepository.State
) {
CLOSE("close", StagingRepository.State.CLOSED),
RELEASE("promote", StagingRepository.State.NOT_FOUND)
}

private val gson = Gson()
Expand Down

0 comments on commit 00d5611

Please sign in to comment.