Slackbot
06/17/2022, 10:14 PMChris Lee
06/17/2022, 10:29 PMJason Kolovsky
06/17/2022, 10:36 PMChris Lee
06/17/2022, 10:52 PMChris Lee
06/17/2022, 10:55 PMString protocPath = computeExecutablePath(protocLocator.get())
List<String> baseCmd = [ protocPath ]
baseCmd.addAll(dirs)
…based off of protocLocator:
@Internal("Input captured by getExecutables()")
abstract Property<ExecutableLocator> getProtocLocator()
Jason Kolovsky
06/17/2022, 11:00 PMChris Lee
06/17/2022, 11:04 PM@Internal
. There is getSnapshotArtifacts
that uses the alternate paths, however, perhaps that is the problem. Not aware of a way to override those annotations outside the task.Jason Kolovsky
06/17/2022, 11:05 PMChris Lee
06/17/2022, 11:06 PMJason Kolovsky
06/17/2022, 11:09 PMVampire
06/17/2022, 11:33 PMno
06/22/2022, 1:44 PM