Skip to content

Instructions for Native Compilation have a version number in text #17

Open
@robertmcnees

Description

@robertmcnees

The file build_and_execute_guide.adoc contains instructions about how to include a Gradle plugin required for native compilation. In an effort to provide complete instructions to the user, a code snippet is provided that has a version number included.

Specifically the 0.9.28 version in the text below:


plugins {
id 'org.graalvm.buildtools.native' version '0.9.28'
...

Having the version number in text poses 2 problems I can see:

  1. The patch version (i.e. 0.9.28) is likely to get out of date quickly
  2. The major/minor version may not match the Boot version of the guide (i.e. Boot 3.3.x uses 0.10.x while Boot 3.2.x uses 0.9.x)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions