You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The patch version (i.e. 0.9.28) is likely to get out of date quickly
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)