Skip to content

Feature/upse 285#569

Open
mgillian wants to merge 2 commits into
uPortal-Project:masterfrom
mgillian:feature/UPSE-285
Open

Feature/upse 285#569
mgillian wants to merge 2 commits into
uPortal-Project:masterfrom
mgillian:feature/UPSE-285

Conversation

@mgillian

Copy link
Copy Markdown
Contributor
Checklist
Description of change

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

Comment thread gradle.properties
sakaiConnectorPortletVersion=1.5.2
simpleContentPortletVersion=3.3.2
uPortalVersion=5.11.1
uPortalVersion=5.11.2-SNAPSHOT

Copy link
Copy Markdown
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
Copy Markdown
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

groybal commented Jan 9, 2023

Copy link
Copy Markdown
Contributor

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