Skip to content

Commit

Permalink
disable 1.14 version
Browse files Browse the repository at this point in the history
  • Loading branch information
blackd committed Dec 5, 2021
1 parent 7c7e2d4 commit 7a9cbcc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ if (JavaVersion.current() >= JavaVersion.VERSION_16) {
}
include("platforms:fabric-1.16")
include("platforms:fabric-1.15")
include("platforms:fabric-1.14")
include("platforms:forge-1.16")

if (System.getenv("IPN_COMPILE_ALL") != null) {
include("platforms:fabric-1.14")
}

//include("platforms:forge")

pluginManagement {
repositories {
Expand Down

0 comments on commit 7a9cbcc

Please sign in to comment.