Skip to content

Commit babd524

Browse files
committed
Add JDDE repo
1 parent abca74f commit babd524

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/maven.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ jobs:
4444
uses: InstaCode/maven-settings-xml-action@v9
4545
with:
4646
servers: '[{ "id": "github", "username": "zaro", "password": "${{ secrets.JDDE_PACKAGES_TOKEN }}" }]'
47-
- name: Check maven settings
48-
if: ${{ startsWith( matrix.os, 'windows' ) }}
49-
run: "base64 'C:\\Users\\runneradmin\\.m2\\settings.xml'"
5047

5148
# Build
5249
- name: Build with Maven

pom.xml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -469,12 +469,17 @@
469469
<artifactId>opencsv</artifactId>
470470
<version>5.1</version>
471471
</dependency>
472-
<!--
473472
<dependency>
474-
<groupId>com.pretty-tools</groupId>
475-
<artifactId>jdde-bundle</artifactId>
476-
<version>2.0.3</version>
473+
<groupId>com.pretty-tools</groupId>
474+
<artifactId>jdde-bundle</artifactId>
475+
<version>2.0.3</version>
477476
</dependency>
478-
-->
479477
</dependencies>
478+
479+
<repositories>
480+
<repository>
481+
<id>github</id>
482+
<url>https://maven.pkg.github.com/zaro/jdde-bundle</url>
483+
</repository>
484+
</repositories>
480485
</project>

0 commit comments

Comments
 (0)