Skip to content

Commit 968ed74

Browse files
committed
sonar build
1 parent 87f029e commit 968ed74

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

.github/workflows/sonar_build.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16-
- name: Set up JDK 17
17-
uses: actions/setup-java@v4
16+
- name: Set up JDK 11
17+
uses: actions/setup-java@v3
1818
with:
19-
java-version: 17
20-
distribution: 'zulu' # Alternative distribution options are available.
19+
java-version: 11
20+
distribution: 'temurin'
21+
cache: 'maven'
22+
check-latest: false
23+
2124
- name: Cache SonarQube packages
2225
uses: actions/cache@v4
2326
with:

java/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
<module>trading_algorithms</module>
2222
</modules>
2323

24+
<properties>
25+
<sonar.organization>javifalces</sonar.organization>
26+
</properties>
27+
2428
<!-- CI deployment Information -->
2529
<scm>
2630
<connection>scm:git:git://github.com/javifalces/HFTFramework.git</connection>

0 commit comments

Comments
 (0)