Juanma Leflet Estrada
03/13/2024, 4:30 PMAdam
03/13/2024, 6:07 PMAdam
03/13/2024, 6:17 PMJuanma Leflet Estrada
03/13/2024, 6:45 PMJuanma Leflet Estrada
03/13/2024, 6:46 PMAdam
03/13/2024, 7:08 PMAdam
03/13/2024, 7:08 PMJuanma Leflet Estrada
03/13/2024, 7:25 PMAdam
03/13/2024, 7:26 PMisCanBeDeclared
is newer, Gradle 8.something, but the rest should be compatible with even very old versionsJuanma Leflet Estrada
03/13/2024, 7:27 PMAdam
03/13/2024, 7:27 PMJuanma Leflet Estrada
03/25/2024, 12:03 PMsource-resolution-demo
to be able to use it as a binary plugin (as a JAR file), but when trying to run it as part of the build of a sample project, the runtimeClasspath variable is not found:
* What went wrong:
An exception occurred applying plugin request [id: 'org.konveyor.java.plugin', version: '1.0-SNAPSHOT']
> Failed to apply plugin [id 'org.konveyor.java.plugin']
> Configuration with name 'runtimeClasspath' not found.
I have basically included it in my sample project's build file as:
plugins {
[...]
id 'org.konveyor.java.plugin' version '1.0-SNAPSHOT'
}
which seems to work up to that point...Adam
03/25/2024, 12:08 PMAdam
03/25/2024, 12:08 PMJuanma Leflet Estrada
03/25/2024, 12:11 PMruntimeClasspath
config, so to speakAdam
03/25/2024, 2:46 PMproject.pluginManager.apply("java")
(I think that's right)Juanma Leflet Estrada
03/25/2024, 2:47 PM