Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/upse 285 #569

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mgillian
Copy link
Contributor

Checklist
Description of change

Provide support for build/install against Java 11, as well as Java 8

@@ -21,7 +21,7 @@ resourceServerVersion=1.0.48
resourceServer13Version=1.3.1
sakaiConnectorPortletVersion=1.5.2
simpleContentPortletVersion=3.3.2
uPortalVersion=5.11.1
uPortalVersion=5.11.2-SNAPSHOT
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be removed

Comment on lines -57 to +61
ant.gunzip(src: tomcatTarGz, dest: tomcatTarFile.getPath())
ant.gunzip(src: tomcatTarGz, dest: tomcatTarFile.getAbsolutePath())

// Un-archive the tar file
copy {
from tarTree(tomcatTarFile.getPath())
from tarTree(tomcatTarFile.getAbsolutePath())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why were these changes needed? In my Java 11 testing I haven't run into any issues with these.

@groybal
Copy link
Contributor

groybal commented Jan 9, 2023

My Java 11 PR (#613) supersedes this one, so I think we can just close this one. I can incorporate the getPath() --> getAbsolutePath() changes into my PR if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants