Skip to content

Commit 5d3518d

Browse files
committed
Switch from gradle to maven attempt 2
1 parent ca77ca4 commit 5d3518d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
"username": "${{ secrets.SNAPSHOTSUSERNAME }}",
5252
"password": "${{ secrets.SNAPSHOTSPASSWORD }}"
5353
}]
54-
- run: mvn clean verify compile package site:site javadoc:javadoc javadoc:jar deploy -DrepositoryId=Snapshhot -f pom.xml
54+
- run: mvn clean verify compile package site:site javadoc:javadoc javadoc:jar deploy -DaltDeploymentRepository=Snapshot::https://maven.plugily.xyz/snapshots -f pom.xml

0 commit comments

Comments
 (0)