Skip to content

Commit 05bf3e6

Browse files
committed
Prevent dev dependency on Text Placeholder API.
For whatever reason, ModMenu was not generating dependency info previously, but now it started to in 26.1. Switching Text Placeholder API to include + compileOnly (instead of include + implementation) should avoid this inconveniencing people with a dev dependency on ModMenu. - Prevent dev dependency on Text Placeholder API
1 parent 42d66dc commit 05bf3e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
implementation include(fabricApi.module("fabric-key-mapping-api-v1", project.fabric_version))
1616
implementation include(fabricApi.module("fabric-lifecycle-events-v1", project.fabric_version))
1717

18-
implementation include("eu.pb4:placeholder-api:${project.text_placeholder_api_version}")
18+
compileOnly include("eu.pb4:placeholder-api:${project.text_placeholder_api_version}")
1919

2020
compileOnly "org.quiltmc:quilt-loader:$project.quilt_loader_version"
2121
}

0 commit comments

Comments
 (0)