Skip to content

Commit

Permalink
temp disable
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Nov 23, 2022
1 parent 60c3572 commit 8825efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ dependencies {
if (local_frozenlib) {
implementation(project(path: ":FrozenLib", configuration: 'dev'))
include(project(path: ":FrozenLib", configuration: 'dev'))
} else if (findProperty("isGithub") == "true") {
}/* else if (findProperty("isGithub") == "true") {
modImplementation "com.github.FrozenBlock:FrozenLib:master-SNAPSHOT"
} else {
}*/ else {
modImplementation "maven.modrinth:frozenlib:${frozenlib_version}"
include "maven.modrinth:frozenlib:${frozenlib_version}"
}
Expand Down

0 comments on commit 8825efe

Please sign in to comment.