try to fix cursegradel changelog
This commit is contained in:
parent
bcc53a090e
commit
22c75e3856
|
@ -44,7 +44,7 @@ subprojects {
|
||||||
releaseType = 'beta'
|
releaseType = 'beta'
|
||||||
if(project.hasProperty('changelog')) {
|
if(project.hasProperty('changelog')) {
|
||||||
changelogType = "markdown"
|
changelogType = "markdown"
|
||||||
changelog = File(changelog)
|
changelog = changelog
|
||||||
}
|
}
|
||||||
relations {
|
relations {
|
||||||
requiredLibrary 'shadowfacts-forgelin'
|
requiredLibrary 'shadowfacts-forgelin'
|
||||||
|
|
Loading…
Reference in New Issue