Skip to content

Commit fabf4f3

Browse files
committed
fix: update buildscript to 3.1.1
Fixes api jar not being JvmDowngraded and java 8 mods could not compile against it
1 parent f311b06 commit fabf4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("com.falsepattern.fpgradle-mc") version("3.1.0")
2+
id("com.falsepattern.fpgradle-mc") version("3.1.1")
33
}
44

55
group = "com.falsepattern"

0 commit comments

Comments
 (0)