Skip to content

Commit c51e12e

Browse files
Merge pull request #155 from mastodon-sc/fix-dependecies
Add repo for tsne artefact
2 parents d59e399 + e5339a0 commit c51e12e

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939

4040
steps:
4141
- uses: actions/checkout@v2
42-
- name: Set up JDK 17
42+
- name: Set up JDK 21 (for Sonar scanning)
4343
uses: actions/setup-java@v4
4444
with:
45-
java-version: '17'
45+
java-version: '21'
4646
distribution: 'zulu'
4747
cache: 'maven'
4848
- name: Jacoco Report and SonarCloud Analysis

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,11 @@
275275
<id>central</id>
276276
<url>https://repo.maven.apache.org/maven2</url>
277277
</repository>
278+
<repository>
279+
<!-- jitpack for tsne-java -->
280+
<id>jitpack.io</id>
281+
<url>https://jitpack.io</url>
282+
</repository>
278283
</repositories>
279284

280285
<profiles>
@@ -338,4 +343,4 @@
338343
</build>
339344
</profile>
340345
</profiles>
341-
</project>
346+
</project>

0 commit comments

Comments
 (0)