Fix npm publishing
We are using version catalog now from this project, and we run it with -p
This commit is contained in:
committed by
Space Team
parent
f5d0c22736
commit
d2cfd247a5
@@ -0,0 +1,7 @@
|
|||||||
|
dependencyResolutionManagement {
|
||||||
|
versionCatalogs {
|
||||||
|
create("libs") {
|
||||||
|
from(files("../../gradle/libs.versions.toml"))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user