We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54249ab commit 1da7945Copy full SHA for 1da7945
.github/workflows/CI.yml
@@ -8,7 +8,7 @@ jobs:
8
name: Java ${{ matrix.java }}
9
strategy:
10
matrix:
11
- java: [17, 21]
+ java: [17]
12
env:
13
REPO_SLUG: ${{ github.repository }}
14
BRANCH: ${{ github.head_ref }}
sql/sql-memory-test-util/pom.xml
@@ -24,6 +24,7 @@
24
<maven.deploy.skip>true</maven.deploy.skip>
25
<gpg.skip>true</gpg.skip>
26
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
27
+ <allowIncompleteProjects>true</allowIncompleteProjects>
28
</properties>
29
30
<dependencies>
0 commit comments