Skip to content

Commit 1da7945

Browse files
committed
fix: Cannot build quick perf from sources
- Attempt to fix broken build Resolves #220 Signed-off-by: Esta Nagy <nagyesta@gmail.com>
1 parent 54249ab commit 1da7945

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Java ${{ matrix.java }}
99
strategy:
1010
matrix:
11-
java: [17, 21]
11+
java: [17]
1212
env:
1313
REPO_SLUG: ${{ github.repository }}
1414
BRANCH: ${{ github.head_ref }}

sql/sql-memory-test-util/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<maven.deploy.skip>true</maven.deploy.skip>
2525
<gpg.skip>true</gpg.skip>
2626
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
27+
<allowIncompleteProjects>true</allowIncompleteProjects>
2728
</properties>
2829

2930
<dependencies>

0 commit comments

Comments
 (0)