Skip to content

Commit

Permalink
re enable 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
blackd committed Feb 6, 2022
1 parent 34c8e79 commit 9b39b09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ if (JavaVersion.current() >= JavaVersion.VERSION_16) {
}

include("platforms:forge-1.16")

include("platforms:fabric-1.15")
include("platforms:forge-1.15")

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

}


Expand Down

0 comments on commit 9b39b09

Please sign in to comment.