Skip to content

Commit

Permalink
fix: strip whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
teletha committed Jan 7, 2024
1 parent 3aeebd7 commit 40b4be7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/bee/task/Env.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ public void clean() {
* @param version
*/
private void build(String version) {
version = version.strip();

Ⅱ<String, String> context = I.pair(version, "https://jitpack.io/com/github/teletha/bee/" + version + "/bee-" + version + ".jar");

String bat = I.express("""
Expand Down

0 comments on commit 40b4be7

Please sign in to comment.