heremaps / gradle-jenkins-jobdsl-plugin

A plugin for Gradle to manage Jenkins Job DSL projects.
https://plugins.gradle.org/plugin/com.here.jobdsl
Apache License 2.0
53 stars 9 forks source link

dslGenerateXML gives Error: Could not find or load main class property(java.lang.String, undefined) #130

Open vtshadow opened 3 years ago

vtshadow commented 3 years ago

When running de dslGererateXml task i get following Error: Could not find or load main class property(java.lang.String, undefined)

I made a new gradle project and used the build.gradle from https://github.com/heremaps/gradle-jenkins-jobdsl-plugin/blob/master/example/build.gradle

the jobdsl is on the default location src/jobdsl.

I use Intellij 2020.3.2 gradle 6.5.1

do you know why the error pops up ?

vtshadow commented 3 years ago

looks like something goes wrong when upgrading gradle