We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13fa01 commit 3a74490Copy full SHA for 3a74490
.github/workflows/build.yml
@@ -68,7 +68,7 @@ jobs:
68
strategy:
69
matrix:
70
os: [ubuntu-latest, macos-latest]
71
- java: [ 11 ]
+ java: [ 8, 11 ]
72
runs-on: ${{ matrix.os }}
73
steps:
74
- uses: actions/checkout@v1
docs/build.gradle
@@ -5,7 +5,8 @@ buildscript {
5
}
6
dependencies {
7
/* wow. so recursion */
8
- classpath "com.github.jruby-gradle:jruby-gradle-plugin:2.1.0-alpha.2"
+ classpath "com.github.jruby-gradle:jruby-gradle-plugin:2.0.2"
9
+ classpath 'org.ysb33r.gradle:grolifant:0.17.0'
10
11
12
apply plugin: 'groovy'
0 commit comments