Skip to content

Commit

Permalink
chore: Use RELEASE version for jbang instead of LATEST (#5716)
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Al-Istannen committed Apr 3, 2024
1 parent e6c8087 commit 144d7d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chore/CheckJavadoc.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS fr.inria.gforge.spoon:spoon-core:LATEST
//DEPS fr.inria.gforge.spoon:spoon-javadoc:LATEST
//DEPS fr.inria.gforge.spoon:spoon-core:RELEASE
//DEPS fr.inria.gforge.spoon:spoon-javadoc:RELEASE
//DEPS org.slf4j:slf4j-nop:1.7.36
//JAVA 17+

Expand Down
1 change: 1 addition & 0 deletions chore/check-javadoc-regressions.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def run_quality_check(config_path: Path, target_branch: Optional[str] = None) ->

return run_command([
"jbang",
"--verbose",
str(check_path)
])

Expand Down

0 comments on commit 144d7d7

Please sign in to comment.