Removed incorrect version support from build.gradle
This commit is contained in:
parent
3515aa1fa7
commit
59cf504d44
1 changed files with 0 additions and 3 deletions
|
@ -159,9 +159,6 @@ curseforge {
|
||||||
id = '220318'
|
id = '220318'
|
||||||
changelog = file('build/libs/' + project.getName() + '-' + project.version + '-changelog.txt');
|
changelog = file('build/libs/' + project.getName() + '-' + project.version + '-changelog.txt');
|
||||||
releaseType = 'beta'
|
releaseType = 'beta'
|
||||||
|
|
||||||
addGameVersion '1.10'
|
|
||||||
addGameVersion '1.10.2'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue