-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a fork
option to prepare toolchain support
#282
Comments
Related: see |
bmarwell
changed the title
Allow a
Create a Oct 14, 2023
forkMode
(or just fork
) to prepare toolchain supportfork
option to prepare toolchain support
bmarwell
added a commit
to bmarwell/GMavenPlus
that referenced
this issue
Oct 14, 2023
bmarwell
added a commit
to bmarwell/GMavenPlus
that referenced
this issue
Oct 14, 2023
bmarwell
added a commit
to bmarwell/GMavenPlus
that referenced
this issue
Oct 14, 2023
bmarwell
added a commit
to bmarwell/GMavenPlus
that referenced
this issue
Oct 15, 2023
bmarwell
added a commit
to bmarwell/GMavenPlus
that referenced
this issue
Oct 15, 2023
bmarwell
added a commit
to bmarwell/GMavenPlus
that referenced
this issue
Oct 15, 2023
bmarwell
added a commit
to bmarwell/GMavenPlus
that referenced
this issue
Oct 15, 2023
bmarwell
added a commit
to bmarwell/GMavenPlus
that referenced
this issue
Oct 15, 2023
bmarwell
added a commit
to bmarwell/GMavenPlus
that referenced
this issue
Oct 15, 2023
bmarwell
added a commit
to bmarwell/GMavenPlus
that referenced
this issue
Oct 15, 2023
bmarwell
added a commit
to bmarwell/GMavenPlus
that referenced
this issue
Oct 15, 2023
bmarwell
added a commit
to bmarwell/GMavenPlus
that referenced
this issue
Oct 15, 2023
bmarwell
added a commit
to bmarwell/GMavenPlus
that referenced
this issue
Oct 16, 2023
bmarwell
added a commit
to bmarwell/GMavenPlus
that referenced
this issue
Oct 18, 2023
bmarwell
added a commit
to bmarwell/GMavenPlus
that referenced
this issue
Oct 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before we implement toolchains, I suggest to implement a
fork
parameter first.Rationale:
groovyc
will be calledThat said, sdkman uses
GROOVY_HOME=…
. If that doesn't yield anything for fork mode to use, just look forgroovyc
in the$PATH
. If that did not find anything, abort.Toolchain Support for #43 would just need to read the toolchain variable and use that
installDir
parameter (or similar) instead of the default$GROOVY_HOME
.The text was updated successfully, but these errors were encountered: