version: 1.1.0
modrinth {
accessToken = providers.environmentVariable('MODRINTH_API_KEY')
projectId = '123456'
minecraftVersionRange {
start = '26.1-snapshot-2'
end = 'latest'
}
}
If dryRun is set to true, these errors will occur during the push process.
Execution failed for task ':publishModrinth'.
> Error while evaluating property 'platform.minecraftVersions' of task ':publishModrinth'.
> Failed to calculate the value of property 'minecraftVersions'.
> Invalid start version 26.1-snapshot-2
version: 1.1.0
If dryRun is set to true, these errors will occur during the push process.