Skip to content

Commit 3a74490

Browse files
committed
Try building with Java 8 using jruby-gradle-plugin:2.0.2
1 parent b13fa01 commit 3a74490

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
strategy:
6969
matrix:
7070
os: [ubuntu-latest, macos-latest]
71-
java: [ 11 ]
71+
java: [ 8, 11 ]
7272
runs-on: ${{ matrix.os }}
7373
steps:
7474
- uses: actions/checkout@v1

docs/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ buildscript {
55
}
66
dependencies {
77
/* wow. so recursion */
8-
classpath "com.github.jruby-gradle:jruby-gradle-plugin:2.1.0-alpha.2"
8+
classpath "com.github.jruby-gradle:jruby-gradle-plugin:2.0.2"
9+
classpath 'org.ysb33r.gradle:grolifant:0.17.0'
910
}
1011
}
1112
apply plugin: 'groovy'

0 commit comments

Comments
 (0)