Skip to content

Commit a91a79c

Browse files
committed
update buildscript and deps
1 parent 6aaef98 commit a91a79c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

build.gradle.kts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import com.falsepattern.fpgradle.dsl.*
21
plugins {
3-
id("fpgradle-minecraft") version("0.3.5")
2+
id("fpgradle-minecraft") version("0.8.2")
43
}
54

65
group = "com.falsepattern"
@@ -52,11 +51,9 @@ minecraft_fp {
5251
}
5352

5453
repositories {
55-
exclusiveMaven("mavenpattern", uri("https://mvn.falsepattern.com/releases/")) {
56-
includeGroup("com.falsepattern")
57-
}
54+
exclusive(maven("mavenpattern", "https://mvn.falsepattern.com/releases/"), "com.falsepattern")
5855
}
5956

6057
dependencies {
61-
apiSplit("com.falsepattern:falsepatternlib-mc1.7.10:1.2.5")
58+
apiSplit("com.falsepattern:falsepatternlib-mc1.7.10:1.4.4")
6259
}

0 commit comments

Comments
 (0)