File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments