Skip to content

Commit 6f91360

Browse files
committed
[build] push mvn extension for polyglot ruby
expected to resolve GH-195
1 parent b310858 commit 6f91360

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.mvn/extensions.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<extensions>
3+
<extension>
4+
<groupId>org.torquebox.mojo</groupId>
5+
<artifactId>mavengem-wagon</artifactId>
6+
<version>1.0.3</version>
7+
</extension>
8+
<extension>
9+
<groupId>io.takari.polyglot</groupId>
10+
<artifactId>polyglot-ruby</artifactId>
11+
<version>0.4.4</version>
12+
</extension>
13+
</extensions>

0 commit comments

Comments
 (0)