Nicolas Dubois
Nicolas Dubois
When I launch a release, I don't see the name of the plugin that will be executed for the following steps (in red): - analyzeCommits - generateNotes - prepare -...
Here is some of the code from my Github workflow: ```yaml - name: Apply Env Provisioning run: | # shellcheck disable=SC2086 envsubst < ${{ inputs.provisioning-file-path }} > provisioning-replaced.yaml ``` and...
This fix the following issue: ``` NX Unable to resolve @nx/linter:eslint. Cannot find module '@nx/linter/package.json' Require stack: - /home/runner/work/semver/semver/node_modules/nx/src/utils/package-json.js - /home/runner/work/semver/semver/node_modules/nx/src/project-graph/plugins/loader.js - /home/runner/work/semver/semver/node_modules/nx/src/project-graph/plugins/index.js - /home/runner/work/semver/semver/node_modules/nx/src/command-line/run/executor-utils.js - /home/runner/work/semver/semver/node_modules/nx/src/devkit-internals.js - /home/runner/work/semver/semver/node_modules/nx/src/utils/assert-workspace-validity.js -...
Resolves: https://github.com/axel-op/googlejavaformat-action/issues/39
Hello, Since Google released v1.29.0 of "google-java-format", formatting no longer works on JDK17 :  The [changelog](https://github.com/google/google-java-format/releases/tag/v1.29.0) says: `The minimum support JDK version to run google-java-format is now JDK 21....