Skip to content

Commit

Permalink
chore(deps): update dependency org.ajoberstar.git-publish to v5.1.0 (#…
Browse files Browse the repository at this point in the history
…298)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Urs Joss <[email protected]>
  • Loading branch information
renovate[bot] and ursjoss authored Dec 11, 2024
1 parent 729b6ba commit 2e00769
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/guide/guide.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ afterEvaluate {
val dokkaOutputDir = rootProject.layout.buildDirectory.get().asFile.resolve("dokka")
val htmlMultiModuleOutputDir = dokkaOutputDir.resolve("htmlMultiModule")
val htmlJavadocOutputDir = dokkaOutputDir.resolve("javadocCollector")
val gitUsername = providers.environmentVariable("GRGIT_USER")
val gitPassword = providers.environmentVariable("GRGIT_USER")
gitPublish {
repoUri.set("https://github.com/ursjoss/KRis.git")
branch.set("gh-pages")
Expand All @@ -80,5 +82,8 @@ afterEvaluate {
include(htmlMultiModuleOutputDir.absolutePath)
}
commitMessage.set("Publish guide for ${project.version}")

username = gitUsername
password = gitPassword
}
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ binaryCompaValidator = "0.16.3"
coroutines = "1.9.0"
detekt = "1.23.7"
dokka = "1.9.20"
gitPublish = "5.0.0"
gitPublish = "5.1.0"
jacoco = "0.8.8"
java = "17"
junitJupiter = "5.11.3"
Expand Down

0 comments on commit 2e00769

Please sign in to comment.