Skip to content

Commit

Permalink
Change clone URL
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Oct 24, 2023
1 parent 0bcacbe commit 8c87830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
cache: 'gradle'
- name: Setup badass-jlink-plugin
run: |
git clone --depth=1 git@github.com:beryx/badass-jlink-plugin.git
git clone --depth=1 https://github.com/beryx/badass-jlink-plugin.git
cd badass-jlink-plugin/
./gradlew shadowJar
mvn install:install-file -Dfile=build/libs/badass-jlink-plugin-3.0.1.jar -DgroupId=org.beryx.jlink -DartifactId=org.beryx.jlink.gradle.plugin -Dversion=3.0.2 -Dpackaging=jar
Expand Down

0 comments on commit 8c87830

Please sign in to comment.