Skip to content

Commit

Permalink
Debug jdk 11 profile activation 8 - add conditions on profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaab authored and abhishek-kumar committed Mar 22, 2024
1 parent 385ac60 commit cdce6f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
distribution: 'temurin'
cache: maven
- name: build (11)
run: mvn -T 8 clean install --no-transfer-progress -B -V
run: mvn -T 8 clean install -P ranger-jdk11,!all,!linux --no-transfer-progress -B -V
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,6 @@
<id>ranger-jdk11</id>
<activation>
<jdk>11</jdk>
<os>
<name>linux</name>
</os>
</activation>
<modules>
<!-- ranger-admin requirements -->
Expand Down

0 comments on commit cdce6f9

Please sign in to comment.