falling
10/31/2024, 8:57 PMclasspath "org.cyclonedx:cyclonedx-gradle-plugin:1.3.0"amondel2
11/01/2024, 1:34 PMplugin {
...
id "org.cyclonedx.bom" version: "1.8.2"
}
If I went any higher then I started getting JDK errors about needing a higher version of Java. I assume you could put 1.8.2 on your classpath and give a shot.
I also assume once Grails 7 comes out that would give you the upgrade path to the 1.10 versionfalling
11/01/2024, 7:44 PM