Skip to content

Commit

Permalink
Define libs version
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Sep 11, 2023
1 parent dd8e2e7 commit b66f2c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .dx/sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
--no-snapshot-updates
--batch-mode
spotless:check
--define lib.version={{ lib_version }}
chdir: "{{ playbook_dir }}/../apps"
strip_empty_ends: false
changed_when: false
Expand All @@ -42,6 +43,7 @@
--batch-mode
spotless:check
compile
--define lib.version={{ lib_version }}
chdir: "{{ playbook_dir }}/../tests"
strip_empty_ends: false
changed_when: false
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/solution-convincing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
permissions:
checks: write
packages: write
pull-requests: write
steps:
- uses: actions/[email protected]
- uses: ./.github/actions/prepare
Expand Down
2 changes: 1 addition & 1 deletion libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@
</formats>
<java>
<palantirJavaFormat>
<version>2.30.0</version>
<version>2.36.0</version>
</palantirJavaFormat>
</java>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
</formats>
<java>
<palantirJavaFormat>
<version>2.30.0</version>
<version>2.36.0</version>
</palantirJavaFormat>
</java>
</configuration>
Expand Down

0 comments on commit b66f2c0

Please sign in to comment.