Fix sources not being uploaded to repo

This commit is contained in:
2025-04-09 22:38:43 -07:00
parent bc2ba46867
commit d9059388d1

View File

@@ -92,6 +92,7 @@ publishing {
artifactId = rootProject.name.lowercase() artifactId = rootProject.name.lowercase()
version = rootProject.version as String? version = rootProject.version as String?
artifact(tasks.shadowJar) artifact(tasks.shadowJar)
artifact(sourcesJar.get())
} }
} }
} }