jbake-gradle-plugin
jbake-gradle-plugin copied to clipboard
A Gradle plugin for JBake
When I try to start bakePreview task, exception is thrown: > Caused by: groovy.lang.MissingMethodException: No signature of method: org.gradle.internal.logging.services.DefaultLoggingManager.setLevel() is applicable for argument types: (org.gradle.api.logging.LogLevel) values: [INFO] Possible solutions: getLevel()...
It appears that JBake 2.7.0 will be necessary for macOS support on Apple Silicon (M1) machines. I believe this means we need a release of the plugin that includes PR...
This builds on **macOS** with Apple Silicon. Also updated related dependencies Notes: 1. Hard-coded resolutionStrategy versions in build.gradle 2. Hard-coded rc.6 release of JBake 2.7.0
As explained in https://github.com/jbake-org/jbake-gradle-plugin/issues/65#issuecomment-1143276256, without this buildscript section. The `bakeInit` task is failing.
The build is not executed without adding without adding commons-configuration, so added this dependency in build script configuration to execute it successfully. ```Gradle buildscript { repositories { mavenCentral() } dependencies...
Currently the website url on the [plugin page](https://plugins.gradle.org/plugin/org.jbake.site) points to the latest state of the repository main branch. It can be confusing looking at the README which is not released...
I'm extensively using this plugin to build the website, documentation, sample, etc of https://nokee.dev. My documentation is split between several projects and repositories. Each version are baked individually to avoid...
If input files are removed, the matching output files aren't removed. It's possible to work around the issue but I believe the bake task should take care of the cleaning...