File tree Expand file tree Collapse file tree 2 files changed +25
-15
lines changed Expand file tree Collapse file tree 2 files changed +25
-15
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" fpgradle-minecraft" ) version(" 0.1.11 " )
2
+ id(" fpgradle-minecraft" ) version(" 0.5.0 " )
3
3
}
4
4
5
5
group = " com.falsepattern"
@@ -43,20 +43,8 @@ minecraft_fp {
43
43
}
44
44
45
45
repositories {
46
- maven {
47
- name = " horizon"
48
- url = uri(" https://mvn.falsepattern.com/horizon/" )
49
- content {
50
- includeGroup(" com.gtnewhorizons.retrofuturabootstrap" )
51
- }
52
- }
53
- maven {
54
- name = " jitpack"
55
- url = uri(" https://mvn.falsepattern.com/jitpack/" )
56
- content {
57
- includeGroup(" com.github.LegacyModdingMC.UniMixins" )
58
- }
59
- }
46
+ exclusive(maven(" horizon" , " https://mvn.falsepattern.com/horizon/" ), " com.gtnewhorizons.retrofuturabootstrap" )
47
+ exclusive(jitpack(), " com.github.LegacyModdingMC.UniMixins" )
60
48
}
61
49
62
50
dependencies {
Original file line number Diff line number Diff line change @@ -3,8 +3,30 @@ pluginManagement {
3
3
maven {
4
4
url = uri(" https://mvn.falsepattern.com/fpgradle/" )
5
5
name = " fpgradle"
6
+ content {
7
+ includeModule(" com.gtnewhorizons" , " retrofuturagradle" )
8
+ includeModule(" com.falsepattern" , " fpgradle-plugin" )
9
+ includeModule(" fpgradle-minecraft" , " fpgradle-minecraft.gradle.plugin" )
10
+ }
6
11
}
12
+ maven {
13
+ url = uri(" https://mvn.falsepattern.com/releases/" )
14
+ name = " mavenpattern"
15
+ content {
16
+ includeGroup(" com.falsepattern" )
17
+ }
18
+ }
19
+ maven {
20
+ url = uri(" https://mvn.falsepattern.com/jitpack/" )
21
+ name = " jitpack"
22
+ content {
23
+ includeModule(" io.github.LegacyModdingMC.MappingGenerator" , " MappingGenerator" )
24
+ }
25
+ }
26
+ mavenCentral()
27
+ gradlePluginPortal()
7
28
}
8
29
}
9
30
31
+
10
32
rootProject.name = " falsepatternlib"
You can’t perform that action at this time.
0 commit comments