WIP: Merge jbake-gradle-plugin into main JBake repo#749
Open
jonbullock wants to merge 164 commits intojbake-org:masterfrom
Open
WIP: Merge jbake-gradle-plugin into main JBake repo#749jonbullock wants to merge 164 commits intojbake-org:masterfrom
jonbullock wants to merge 164 commits intojbake-org:masterfrom
Conversation
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?
Update README.adoc
…version Configurable jbake version
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
----
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 to jbake 2.6.6
update jbake to 2.6.7
* 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.