Skip to content

Commit

Permalink
Fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
smaugfm committed Aug 11, 2024
1 parent 28f9ee9 commit 0f30a77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@ publishing {
setUrl("https://s01.oss.sonatype.org/content/repositories/snapshots")
}

val ossrhUsername: String? by project
val ossrhPassword: String? by project
val ossrhToken: String? by project
val ossrhTokenPassword: String? by project

credentials {
username = ossrhUsername
password = ossrhPassword
username = ossrhToken
password = ossrhTokenPassword
}
}
}
Expand Down

0 comments on commit 0f30a77

Please sign in to comment.