Skip to content

Commit

Permalink
Attempt to fix signing?
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Sep 21, 2024
1 parent fad109d commit 730cb13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/published.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ afterEvaluate {
publishing {
repositories {
maven {
name = "KordEx: i18n"
name = "KordEx"

url = if (project.version.toString().contains("SNAPSHOT")) {
uri("https://repo.kordex.dev/snapshots/")
Expand Down
7 changes: 1 addition & 6 deletions i18n-generator/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
import org.gradle.kotlin.dsl.invoke

plugins {
val env = System.getenv()

general

if (env.contains("GITHUB_ACTIONS") && !env.contains("NO_SIGNING")) {
published
}
published

id("com.github.johnrengelman.shadow") version "8.1.1"
}
Expand Down

0 comments on commit 730cb13

Please sign in to comment.