We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aaef98 commit a91a79cCopy full SHA for a91a79c
build.gradle.kts
@@ -1,6 +1,5 @@
1
-import com.falsepattern.fpgradle.dsl.*
2
plugins {
3
- id("fpgradle-minecraft") version("0.3.5")
+ id("fpgradle-minecraft") version("0.8.2")
4
}
5
6
group = "com.falsepattern"
@@ -52,11 +51,9 @@ minecraft_fp {
52
51
53
54
repositories {
55
- exclusiveMaven("mavenpattern", uri("https://mvn.falsepattern.com/releases/")) {
56
- includeGroup("com.falsepattern")
57
- }
+ exclusive(maven("mavenpattern", "https://mvn.falsepattern.com/releases/"), "com.falsepattern")
58
59
60
dependencies {
61
- apiSplit("com.falsepattern:falsepatternlib-mc1.7.10:1.2.5")
+ apiSplit("com.falsepattern:falsepatternlib-mc1.7.10:1.4.4")
62
0 commit comments