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