We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83208d commit 1bc98f6Copy full SHA for 1bc98f6
gradle/scripts/dependencies.gradle
@@ -32,7 +32,7 @@ dependencies {
32
// Include StripLatestForgeRequirements by default for the dev env, saves everyone a hassle
33
runtimeOnly 'com.cleanroommc:strip-latest-forge-requirements:1.0'
34
// Include OSXNarratorBlocker by default for the dev env, for M1+ Macs
35
- runtimeOnly 'com.cleanroommc:osx-narrator-blocker:1.0'
+ runtimeOnly 'com.cleanroommc:osxnarratorblocker:1.0'
36
37
// Example - Dependency descriptor:
38
// 'com.google.code.gson:gson:2.8.6' << group: com.google.code.gson, name:gson, version:2.8.6
0 commit comments