Skip to content

Commit

Permalink
Remove type hardcode (hope this fix weird issue with type casting)
Browse files Browse the repository at this point in the history
  • Loading branch information
KorewaLidesu committed Dec 23, 2023
1 parent 7b9557a commit f27dc6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class Util {
}

// TODO: Change to standard maven
static def getNativeURL(String path, String filename) {
static def getNativeURL(path, filename) {
def urlList = [
"https://repo.cleanroommc.com/releases/",
"https://repo.cleanroommc.com/snapshots/", // In case we use snapshot/forked version of dependency
Expand Down

0 comments on commit f27dc6d

Please sign in to comment.