Sebastian Schuberth
10/13/2022, 8:00 AMw: Script 'osadl.rules.kts' is not supposed to be used along with regular Kotlin sources, and will be ignored in the future versions by default. (Use -Xallow-any-scripts-in-source-roots command line option to opt-in for the old behavior.)
for a script that's committed as a resource in a Kotlin project (see https://github.com/oss-review-toolkit/ort/blob/osadl-rules/evaluator/src/main/resources/rules/osadl.rules.kts). What's this supposed to tell me? I mean, the script is not in a source root of Kotlin source set after all...Big Chungus
10/13/2022, 8:10 AMSebastian Schuberth
10/13/2022, 8:24 AM-Xallow-any-scripts-in-source-roots
, right? Or can I place the script elsewhere to avoid this?Big Chungus
10/13/2022, 8:25 AMSebastian Schuberth
10/13/2022, 8:26 AMBig Chungus
10/13/2022, 8:27 AMSebastian Schuberth
10/13/2022, 8:49 AM-Xallow-any-scripts-in-source-roots
I'm now running (again) into https://youtrack.jetbrains.com/issue/KTIJ-22806. Do you also have a recommendation about a work-around for that? That issue also seems to be somehow classpath-related.Big Chungus
10/13/2022, 9:38 AMSebastian Schuberth
10/13/2022, 9:48 AMBig Chungus
10/13/2022, 9:49 AM