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 fc3d499 commit b8a7225Copy full SHA for b8a7225
.github/workflows/build.yml
@@ -32,5 +32,5 @@ jobs:
32
~/.m2
33
key: build-${{ env.cache-name }}
34
- name: Build with Maven
35
- run: mvn clean verify
+ run: mvn clean verify -Pdefault
36
.github/workflows/jdk-ea.yml
@@ -35,5 +35,5 @@ jobs:
37
38
- run: mvn clean test
+ run: mvn clean test -Pdefault
39
pom.xml
@@ -29,7 +29,7 @@
29
<profile>
30
<id>default</id>
31
<activation>
- <jdk>[21,]</jdk>
+ <activeByDefault/>
</activation>
<modules>
<module>blackbox-tests</module>
0 commit comments