File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ dependencies {
40
40
41
41
include(libs. battery)
42
42
43
- common(project(path : " :platforms:common" , configuration : " namedElements" )) { transitive false }
44
- shadowBundle(project(path : " :platforms:common" , configuration : " transformProductionFabric" )) { transitive false }
43
+ common(project(path : " :platforms:common" , configuration : " namedElements" )) { transitive = false }
44
+ shadowBundle(project(path : " :platforms:common" , configuration : " transformProductionFabric" )) { transitive = false }
45
45
46
- common(project(path : " :platforms:textile" , configuration : " namedElements" )) { transitive false }
47
- shadowBundle(project(path : " :platforms:textile" , configuration : " transformProductionFabric" )) { transitive false }
46
+ common(project(path : " :platforms:textile" , configuration : " namedElements" )) { transitive = false }
47
+ shadowBundle(project(path : " :platforms:textile" , configuration : " transformProductionFabric" )) { transitive = false }
48
48
}
49
49
50
50
shadowJar {
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
43
43
include(libs. mixinextras. forge)
44
44
implementation(libs. mixinextras. forge)
45
45
46
- common(project(path : " :platforms:common" , configuration : " namedElements" )) { transitive false }
46
+ common(project(path : " :platforms:common" , configuration : " namedElements" )) { transitive = false }
47
47
shadowCommon(project(path : " :platforms:common" , configuration : " transformProductionForge" )) { transitive = false }
48
48
}
49
49
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
37
37
include(libs. battery)
38
38
39
- common(project(path : " :platforms:common" , configuration : " namedElements" )) { transitive false }
39
+ common(project(path : " :platforms:common" , configuration : " namedElements" )) { transitive = false }
40
40
shadowCommon(project(path : " :platforms:common" , configuration : " transformProductionNeoForge" )) { transitive = false }
41
41
}
42
42
Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ dependencies {
41
41
42
42
include(libs. battery)
43
43
44
- common(project(path : " :platforms:common" , configuration : " namedElements" )) { transitive false }
45
- shadowBundle(project(path : " :platforms:common" , configuration : " transformProductionQuilt" )) { transitive false }
44
+ common(project(path : " :platforms:common" , configuration : " namedElements" )) { transitive = false }
45
+ shadowBundle(project(path : " :platforms:common" , configuration : " transformProductionQuilt" )) { transitive = false }
46
46
47
- common(project(path : " :platforms:textile" , configuration : " namedElements" )) { transitive false }
48
- shadowBundle(project(path : " :platforms:textile" , configuration : " transformProductionQuilt" )) { transitive false }
47
+ common(project(path : " :platforms:textile" , configuration : " namedElements" )) { transitive = false }
48
+ shadowBundle(project(path : " :platforms:textile" , configuration : " transformProductionQuilt" )) { transitive = false }
49
49
}
50
50
51
51
shadowJar {
Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ dependencies {
21
21
22
22
modApi(libs. modmenu)
23
23
24
- compileOnly(project(path : ' :platforms:common' , configuration : ' namedElements' )) { transitive false }
24
+ compileOnly(project(path : ' :platforms:common' , configuration : ' namedElements' )) { transitive = false }
25
25
}
You can’t perform that action at this time.
0 commit comments