Is your feature request related to a problem? Please describe.
This is a follow-up on #15058 (comment). The skills currently bundle distinct Java and Scala templates, that are essentially duplicated, e.g. the benchmark scripts.
Describe the solution you'd like
We should pick a single language for these scripts and have both the Java/Scala templates cross-compile and share them.
Describe alternatives you've considered
Keeping the duplicates. This meets the user where they are (full Java or Scala project) but results in us maintaining duplicated code.
Is your feature request related to a problem? Please describe.
This is a follow-up on #15058 (comment). The skills currently bundle distinct Java and Scala templates, that are essentially duplicated, e.g. the benchmark scripts.
Describe the solution you'd like
We should pick a single language for these scripts and have both the Java/Scala templates cross-compile and share them.
Describe alternatives you've considered
Keeping the duplicates. This meets the user where they are (full Java or Scala project) but results in us maintaining duplicated code.