Skip to content

Commit c56d405

Browse files
patrick96zapster
authored andcommitted
Use exact version for apache/ant
1.10.1 is what was loaded in previous CI runs
1 parent 80aaa40 commit c56d405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/ci_common/common.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ common + common.frequencies + {
132132
},
133133
local linux_deps_extras = {
134134
packages+: {
135-
"apache/ant": ">=1.9.4",
135+
"apache/ant": "==1.10.1",
136136
},
137137
},
138138

0 commit comments

Comments
 (0)