Skip to content

Commit

Permalink
Enhance Sonar analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Steinbeck committed Dec 13, 2023
1 parent 4f564ff commit 2a38c06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'

- name: Install System Tools
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
sonar {
properties {
property("sonar.sourceEncoding", "UTF-8")
property("sonar.coverage.exclusions", "**/org/conqat/**")
property("sonar.coverage.exclusions", "**/conqat/**")
property("sonar.projectKey", "uni-bremen-agst_libvcs4j")
property("sonar.organization", "uni-bremen-agst")
property("sonar.host.url", "https://sonarcloud.io")
Expand Down

0 comments on commit 2a38c06

Please sign in to comment.