jenkinsci / publish-over-ssh-plugin

https://plugins.jenkins.io/publish-over-ssh/
115 stars 150 forks source link

"mvn package" will give an error related to the JDK version. #303

Closed derline closed 7 months ago

derline commented 1 year ago

Jenkins and plugins versions report

Environment ```text Paste the output here ```

What Operating System are you using (both controller, and any agents involved in the problem)?

windows

Reproduction steps

mvn package

Expected Results

success

Actual Results

error

Anything else?

I'm getting an error when running "mvn package" related to the JDK version, and I'm unable to fix it by adjusting the value of "java.level" in the pom.xml file. Or, Can you publish a latest release? Please.