sonatype / install4j-support

Install4j Support
http://sonatype.github.io/install4j-support/
11 stars 11 forks source link

Jenkins port #42

Closed tneer closed 4 years ago

tneer commented 4 years ago

Jira: https://issues.sonatype.org/browse/NEXUS-16030 Working build: https://jenkins.ci.sonatype.dev/job/internal/job/install4j-support/job/feature-snapshots/job/jenkins/lastBuild/

Bamboo job: http://bamboo.s/browse/PVT-I4JS

Old Bamboo job used Java 7, but that JDK doesn't seem to actually work in Jenkins anymore. If it really needs to be built on Java 7 rather than Java 8, let me know and I can work to get that functional.

This is the first project to use mvnw so I needed to update jenkins-shared to support that. That should be merged and this @mvnw annotation removed before this is merged.

Let me know if you have any questions/concerns!

jdillon commented 4 years ago

@tneer my guess is that building with Java 8 should be fine, unless it stopped producing 1.5 bytecode compatibility? Though I suppose its probably time to update this to be a bit more modern wrt to bytecode anyways...