We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ef9655 + 93da67b commit 585ed6aCopy full SHA for 585ed6a
.github/workflows/build-and-deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Starting RubyGem Maven Proxy
21
run: |
22
# mvn org.apache.maven.plugins:maven-dependency-plugin:3.0.2:copy -Dartifact=de.saumya.mojo:rubygems:0.2.3:war -DoutputDirectory=.
23
- git clone https://github.com/ssarmokadam/rubygems-servlets.git
+ git clone https://github.com/devonfw/rubygems-servlets.git
24
cd rubygems-servlets
25
mvn clean package -Pexecutable
26
java -jar target/rubygems.war &
0 commit comments