Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Feb 8, 2022
1 parent c07cbfc commit 8fd337c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins {

repositories {
mavenCentral()
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ object Configuration {
const val artifactGroup = "io.github.amank22.logvue"
const val artifactId = "api"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ object Versions {
object Dependencies {
const val LogVueApi = "io.github.amank22.logvue:api:${Versions.LogVueApi}"
const val Pf4j = "org.pf4j:pf4j:${Versions.P4fj}"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ fun File?.ghActionOutput(prefix: String) = this?.let {
)
else -> println("$prefix: $this")
}
}
}
2 changes: 1 addition & 1 deletion scripts/publish-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ signing {
rootProject.ext["signing.password"],
)
sign publishing.publications
}
}
2 changes: 1 addition & 1 deletion scripts/publish-root.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ nexusPublishing {
// version = rootVersionName
}
}
}
}

0 comments on commit 8fd337c

Please sign in to comment.