Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

outputDirectory variable can't be setted. #6

Closed
urosjarc opened this issue Aug 15, 2016 · 1 comment
Closed

outputDirectory variable can't be setted. #6

urosjarc opened this issue Aug 15, 2016 · 1 comment

Comments

@urosjarc
Copy link

This is build settings:

changelog {
    title = "${project.name}"
    outputDirectory = file("$projectDir/docs/src")
    fileName = "changes.md"
    //since = 'last_tag'
    formats = ['markdown']
    commitFormat = '%ad%x09%s (%an)'
    println(outputDirectory)
}

And this is debug line:

14:19:45.846 [DEBUG] [com.selesse.gradle.git.changelog.GitLogPlugin] Setting destination directory to /home/urosjarc/Downloads/testGenerator/build/resources/main

And here is all debug stack: debug.txt

@selesse
Copy link
Owner

selesse commented Aug 16, 2016

Hi.

Thanks for the bug report. This is an issue that only affects Java projects. I'm working on a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants