1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-21 17:07:39 +00:00

Fix some dependencies not appearing in the POM

Again! This time it was just the night-config ones.
This commit is contained in:
Jonathan Coates
2024-01-03 21:05:03 +00:00
parent 8be6b1b772
commit f115d43d07
3 changed files with 26 additions and 16 deletions

View File

@@ -255,7 +255,7 @@ abstract class CCTweakedExtension(
}
/**
* Exclude a dependency from being publisehd in Maven.
* Exclude a dependency from being published in Maven.
*/
fun exclude(dep: Dependency) {
excludedDeps.add(dep)