Skip to content

Commit

Permalink
Reverting unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGBLP committed Jan 27, 2025
1 parent e6f8011 commit fdc41e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ jobs:
uses: SkriptLang/[email protected]
with:
test_script_directory: src/test/scripts
skript_repo_ref: dev/feature
skript_repo_ref: dev/patch
extra_plugins_directory: extra-plugins/
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ compileJava {
options.encoding = "UTF-8"
}


version = "1.4"
version = "1.3.3"

def java16 = 16
def java17 = 17
Expand Down
1 change: 0 additions & 1 deletion src/main/java/it/jakegblp/lusk/utils/LuskUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import java.text.MessageFormat;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import java.util.stream.IntStream;

import static it.jakegblp.lusk.utils.Constants.*;
Expand Down

0 comments on commit fdc41e6

Please sign in to comment.