Never use GitHub Packages to publish project with

This commit is contained in:
Iaroslav Postovalov 2022-04-01 02:58:12 +07:00
parent 38fd3e24c8
commit 3277a99ed3
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

View File

@ -56,7 +56,7 @@ subprojects {
readme.readmeTemplate = file("docs/templates/README-TEMPLATE.md")
ksciencePublish {
github("kmath")
github("kmath", addToRelease = false)
space()
sonatype()
}