Skip to content

Commit

Permalink
ci: update main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fhussonnois committed Mar 16, 2024
1 parent 9960290 commit 28ca19b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
branches: [ master ]

env:
JAVA_VERSION: '11'
JAVA_VERSION: '17'
JAVA_DISTRO: 'zulu'

jobs:
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./mvnw -ntp -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=streamthoughts_kafka-connect-file-pulse
run: ./mvnw -ntp -B -DskipTests verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=streamthoughts_kafka-connect-file-pulse

0 comments on commit 28ca19b

Please sign in to comment.