Skip to content

Commit

Permalink
Add JDDE repo
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro committed Oct 11, 2024
1 parent abca74f commit babd524
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ jobs:
uses: InstaCode/maven-settings-xml-action@v9
with:
servers: '[{ "id": "github", "username": "zaro", "password": "${{ secrets.JDDE_PACKAGES_TOKEN }}" }]'
- name: Check maven settings
if: ${{ startsWith( matrix.os, 'windows' ) }}
run: "base64 'C:\\Users\\runneradmin\\.m2\\settings.xml'"

# Build
- name: Build with Maven
Expand Down
15 changes: 10 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -469,12 +469,17 @@
<artifactId>opencsv</artifactId>
<version>5.1</version>
</dependency>
<!--
<dependency>
<groupId>com.pretty-tools</groupId>
<artifactId>jdde-bundle</artifactId>
<version>2.0.3</version>
<groupId>com.pretty-tools</groupId>
<artifactId>jdde-bundle</artifactId>
<version>2.0.3</version>
</dependency>
-->
</dependencies>

<repositories>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/zaro/jdde-bundle</url>
</repository>
</repositories>
</project>

0 comments on commit babd524

Please sign in to comment.