Skip to content

Commit 28ca19b

Browse files
committed
ci: update main workflow
1 parent 9960290 commit 28ca19b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
branches: [ master ]
1212

1313
env:
14-
JAVA_VERSION: '11'
14+
JAVA_VERSION: '17'
1515
JAVA_DISTRO: 'zulu'
1616

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

0 commit comments

Comments
 (0)