We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d59e399 + e5339a0 commit c51e12eCopy full SHA for c51e12e
2 files changed
.github/workflows/sonarcloud.yml
@@ -39,10 +39,10 @@ jobs:
39
40
steps:
41
- uses: actions/checkout@v2
42
- - name: Set up JDK 17
+ - name: Set up JDK 21 (for Sonar scanning)
43
uses: actions/setup-java@v4
44
with:
45
- java-version: '17'
+ java-version: '21'
46
distribution: 'zulu'
47
cache: 'maven'
48
- name: Jacoco Report and SonarCloud Analysis
pom.xml
@@ -275,6 +275,11 @@
275
<id>central</id>
276
<url>https://repo.maven.apache.org/maven2</url>
277
</repository>
278
+ <repository>
279
+ <!-- jitpack for tsne-java -->
280
+ <id>jitpack.io</id>
281
+ <url>https://jitpack.io</url>
282
+ </repository>
283
</repositories>
284
285
<profiles>
@@ -338,4 +343,4 @@
338
343
</build>
339
344
</profile>
340
345
</profiles>
341
-</project>
346
+</project>
0 commit comments