Skip to content

Commit

Permalink
Upgrade to Grolifant 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r committed May 31, 2023
1 parent a70bd00 commit 0ff9daf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<<<<<<< Updated upstream
version = 3.3.2
=======
version = 4.0.0-alpha.2
>>>>>>> Stashed changes
group = org.asciidoctor
sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand All @@ -16,7 +20,11 @@ bintray_dryRun = false
cglibVersion = 3.3.0
jsoupVersion = 1.13.1
spockVersion = 1.3-groovy-2.5
<<<<<<< Updated upstream
grolifantVersion = 0.16.1
=======
grolifantVersion = 2.0.0
>>>>>>> Stashed changes
jacocoVersion = 0.8.6
jrubyGradleVersion = 2.0.2
codenarcVersion = 1.3
Expand Down
6 changes: 6 additions & 0 deletions gradle/compatibility-tests.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apply plugin: 'org.ysb33r.gradletest'

pluginManager.withPlugin('org.ysb33r.cloudci') {
ci {
<<<<<<< Updated upstream
travisci {
gradleTest {
if (JavaVersion.current().java11) {
Expand All @@ -23,6 +24,11 @@ pluginManager.withPlugin('org.ysb33r.cloudci') {
} else {
versions '4.9', '5.0', '5.5.1', '6.0.1', '6.7'
}
=======
no_ci {
gradleTest {
versions '7.0.2', '7.6', '8.1.1'
>>>>>>> Stashed changes
}
}
}
Expand Down

0 comments on commit 0ff9daf

Please sign in to comment.