-
Notifications
You must be signed in to change notification settings - Fork 327
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
automate binary distribution publishing #422
automate binary distribution publishing #422
Conversation
1 similar comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me as far as a Gradle build can do! 😉
The only question I've got is whether the folder jbake-app should be jbake-dist? Since it's reason for being is to facilitate the dist from being created. It's only a question though, no need to change it, just wondered if it's convention.
Can #373 be closed as I assume this supersedes it? |
moved sources to new module jbake-core added jbake-cli as java library used by jbake-app to bundle distribution. aggregate jacoco test report and configure coveralls for root project generate aggregated test report for all subprojects some words about jacocoRootTestReport and smoke tests update gradle to 4.5 added build matrix and test osx too heapspace options for gradle drop precise and oraclejdk7 which is deprecated at travis now run openjdk7 on precise. removed jbake-cli module for now and merged back to jbake-core add jdk9 build to appveyor wrong jdk7 path. documentation https://www.appveyor.com/docs/build-environment/#java broken increase MaxPermSize for tests renamed jbake-app to jbake-dist
e20f523
to
e61dda4
Compare
Updated JBake download path since JBake has changed it (jbake-org/jbake#422)
Automates the publication of the binary distribution to bintray.