File tree 4 files changed +30
-3
lines changed 4 files changed +30
-3
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ updates:
25
25
- dependency-type : all
26
26
groups :
27
27
ruby-deps :
28
- patterns : [ "*" ]
28
+ patterns : [ "*" ]
Original file line number Diff line number Diff line change @@ -13,6 +13,23 @@ current stable 1.1.x releases.**
13
13
[ ![ Gem Version] ( https://badge.fury.io/rb/jruby-rack.png )] [ 8 ]
14
14
[ ![ Build Status] ( https://github.com/jruby/jruby-rack/actions/workflows/maven.yml/badge.svg )] [ 9 ]
15
15
16
+ ## gocd-contrib Fork
17
+
18
+ This fork is intended as temporary to validate jruby-rack changes with quicker turnaround time. The goal is to
19
+ merge changes upstream, and avoid use of this fork. You are not recommended to create dependencies on it.
20
+
21
+ If necessary, it is available through [ https://jitpack.io ] ( https://jitpack.io ) .
22
+
23
+ ``` groovy
24
+ repositories {
25
+ maven { url = 'https://jitpack.io' }
26
+ }
27
+
28
+ dependencies {
29
+ implementation 'com.github.gocd-contrib:jruby-rack:1.2.3.6'
30
+ }
31
+ ```
32
+
16
33
## Compatibility
17
34
18
35
JRuby-Rack 1.2.x
Original file line number Diff line number Diff line change
1
+ jdk :
2
+ - openjdk17
3
+
4
+ before_install :
5
+ - source "$HOME/.sdkman/bin/sdkman-init.sh"
6
+ - sdk update
7
+ - sdk install maven
8
+ - sdk install java 17.0.14.7-tem
9
+ - sdk use java 17.0.14.7-tem
10
+ - mvn -v
Original file line number Diff line number Diff line change 10
10
11
11
<groupId >org.jruby.rack</groupId >
12
12
<artifactId >jruby-rack</artifactId >
13
- <version >1.2.3-SNAPSHOT </version >
13
+ <version >1.2.3</version >
14
14
<name >JRuby-Rack</name >
15
15
<url >https://github.com/jruby/jruby-rack/</url >
16
16
<description >
219
219
<plugin >
220
220
<groupId >org.apache.maven.plugins</groupId >
221
221
<artifactId >maven-surefire-plugin</artifactId >
222
- <version >3.5.2 </version >
222
+ <version >3.5.3 </version >
223
223
</plugin >
224
224
<plugin >
225
225
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments