Skip to content

Commit

Permalink
Merge pull request #726 from markslater/fix-gems-in-gradle-8.7
Browse files Browse the repository at this point in the history
Fix gems in gradle 8.7
  • Loading branch information
ysb33r committed Jul 18, 2024
2 parents ce48244 + 9aa2706 commit 88dded3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ project_vcs = https://github.com/asciidoctor/asciidoctor-gradle-plugin.g
cglibVersion = 3.3.0
jsoupVersion = 1.17.2
spockVersion = 2.3-groovy-3.0
grolifantVersion = 3.0.0
grolifantVersion = 3.0.1
jacocoVersion = 0.8.6
codenarcVersion = 3.3.0
nodejsGradleVersion = 2.2.0
Expand Down
2 changes: 1 addition & 1 deletion gradle/compatibility-tests.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginManager.withPlugin('org.ysb33r.cloudci') {
ci {
no_ci {
gradleTest {
versions '7.0.2', '7.6.1', '8.5'
versions '7.0.2', '7.6.1', '8.5', '8.8'
}
}
}
Expand Down

0 comments on commit 88dded3

Please sign in to comment.