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

WIP: Merge jbake-gradle-plugin into main JBake repo #749

Open
wants to merge 164 commits into
base: master
Choose a base branch
from

Conversation

jonbullock
Copy link
Member

No description provided.

melix and others added 30 commits January 29, 2014 12:18
Bump version to 0.2.1-SNAPSHOT
Jbake switched to asciidoctorj library in Version 2.3.1
This must be handled. To be continued...
I think the gradle task is 'jbake' not 'bake', right?
The rudimentary Version class failed to parse snapshot releases.
Jsemver is a better choice. See https://github.com/zafarkhaja/jsemver
enables access to tasks `input` and `output` definition

[source,groovy]
.Usage of tasks output for distribution
----
apply plugin: 'distribution'

distributions {
  main {
    baseName = project.name
    contents {
        from { bake.output }
    }
  }
}

distZip.dependsOn bake
----
ancho and others added 29 commits April 20, 2020 20:36
update jbake to 2.6.5 and gradle wrapper to 6.3
The worker API prevent memory leaks and fix the concurrency issue.
This reverts commit 15b49b8.
…ry-usage-without-regression

Use the worker API for Gradle 5.6 and above
* update gradle to 6.8.3. cleanup jbake task. deprecate use of gradle < 5.6.
* run bakeInit using WorkerExecutor
* add license header to new classes
* make worker executor private to please validatePlugins task
…b34a6f9ffcf'

git-subtree-dir: jbake-gradle-plugin
git-subtree-mainline: 7f594f4
git-subtree-split: a487864
@jonbullock jonbullock self-assigned this Feb 11, 2022
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

Successfully merging this pull request may close these issues.

None yet

9 participants