Skip to content

Commit 4b19ee2

Browse files
authored
Fix css selector to match new page structure (#626)
1 parent 1147dab commit 4b19ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version "6.7" "6.8.3" "7.0" "7.1" "7.2" "7.3.2" "7.4.2" "7.5" "7.6" "7.6.1" "7.6
1212
auto-version {
1313
html {
1414
url = "https://gradle.org/releases/"
15-
css = "div.resources-contents h3 span:last-child"
15+
css = "div.resources-contents h3 span:nth-child(2)"
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)