Skip to content

Commit

Permalink
build: set gitrootsearch to true (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
usmansaleem committed Jul 5, 2024
1 parent 05ea98d commit f01e08f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43 # v3.3.2

- name: Clean
run: ./gradlew clean
run: ./gradlew clean printVersion

- name: Assemble
run: ./gradlew assemble
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ tasks.jar {
}

jreleaser {
dependsOnAssemble = true
project {
description.set("Besu PKCS11-SoftHSM plugin")
authors.set(listOf("Usman Saleem"))
Expand All @@ -73,7 +72,8 @@ jreleaser {
documentation.set("https://github.com/usmansaleem/besu-pkcs11-plugin")
}
}

dependsOnAssemble.set(true)
gitRootSearch.set(true)
distributions {
create("besu-pkcs11-plugin") {
distributionType.set(Distribution.DistributionType.SINGLE_JAR)
Expand Down

0 comments on commit f01e08f

Please sign in to comment.