diff --git a/gradle.properties b/gradle.properties index 9d20b77..39a36c6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -57,4 +57,11 @@ containsMixinsAndOrCoreModOnly = false # If enabled, you may use 'shadowImplementation' for dependencies. They will be integrated in your jar. It is your # responsibility check the licence and request permission for distribution, if required. -usesShadowedDependencies = false \ No newline at end of file +usesShadowedDependencies = false + +# Optional parameter to customize the produced artifacts. Use this to preserver artifact naming when migrating older +# projects. New projects should not use this parameter. +customArchiveBaseName = CropsPP + +# Optional parameter to prevent the source code from being published +# noPublishedSources =