Skip to content

Commit

Permalink
#309 Align with Gradle 8.5 (as used as wrapper)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Jan 23, 2024
1 parent 3b96947 commit 9ffa54b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
groovy-version = "3.0.20"
groovy-version = "3.0.17"

[libraries]
# Use Groovy which corresponds to Gradle version (of hsc build)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import static org.gradle.testkit.runner.TaskOutcome.SUCCESS
class HtmlSanityCheckTaskFunctionalTest extends Specification {
private final static VALID_HTML = """<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"><html><head></head><body></body><html>"""
private final static INVALID_HTML = """<body><span id="id"/><span id="id"/></body> """
private final static GRADLE_VERSIONS = ['8.4']
private final static GRADLE_VERSIONS = ['8.5']

@Rule
TemporaryFolder testProjectDir = new TemporaryFolder()
Expand Down

0 comments on commit 9ffa54b

Please sign in to comment.