Skip to content

Commit

Permalink
ci: use multi-module preset
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Oct 30, 2024
1 parent f08308d commit 7817c05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tf-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: wetransform/gha-workflows/.github/workflows/gradle-library-check.yml@61717b8c3687e36efffa44e2e405f477e2be2323 # v3.1.1
with:
java-version: 11
multi-module: false
multi-module: true
skip-scan: false
secrets:
WETF_ARTIFACTORY_USER: ${{ secrets.WETF_ARTIFACTORY_USER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: wetransform/gha-workflows/.github/workflows/gradle-library-publish.yml@61717b8c3687e36efffa44e2e405f477e2be2323 # v3.1.1
with:
java-version: 11
multi-module: false
multi-module: true
semantic-release: false
skip-scan: false
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
semantic-release-dryrun: ${{ inputs.dryRun }}
java-version: 11
multi-module: false
multi-module: true
semantic-release: true
skip-scan: false
secrets:
Expand Down
1 change: 1 addition & 0 deletions .wetf-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ presets:
workflows:
presets:
- java-11 # for Gradle plugin, library uses Java 8
- multi-module # library is in child module

0 comments on commit 7817c05

Please # to comment.