Skip to content

Commit

Permalink
Release 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
komu committed Mar 2, 2022
1 parent eaced48 commit db24c8c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("dalesbred.common-conventions")
}

version = " 1.3.5-SNAPSHOT"
version = "1.3.5"

tasks.asciidoctor {
baseDirFollowsSourceDir()
Expand All @@ -13,7 +13,9 @@ tasks.asciidoctor {
task("publish") {
description = "Publishes both the artifacts and the website"

dependsOn(":website:publishGhPages",
":dalesbred:uploadArchives",
":dalesbred-junit:uploadArchives")
dependsOn(
":website:publishGhPages",
":dalesbred:publishAllPublicationsToSonatypeRepository",
":dalesbred-junit:publishAllPublicationsToSonatypeRepository"
)
}

0 comments on commit db24c8c

Please sign in to comment.