-
Notifications
You must be signed in to change notification settings - Fork 53
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
base: master
Are you sure you want to change the base?
Feature/upse 285 #569
Conversation
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be removed
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()) |
There was a problem hiding this comment.
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.
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. |
Checklist
Description of change
Provide support for build/install against Java 11, as well as Java 8