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

Add gradle 5, java 11, and WPILib tools #2

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

Conversation

andycate
Copy link
Member

@andycate andycate commented Jan 4, 2019

No description provided.

@andycate andycate added the enhancement New feature or request label Jan 4, 2019
@andycate andycate self-assigned this Jan 4, 2019
python2.7 \
python-pip \
zlib1g-dev
RUN apt-get install -y openjdk-11-jdk && \
apt-get purge -y openjdk-8-jdk
Copy link
Contributor

Choose a reason for hiding this comment

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

What's the purpose of installing then purging later?

Copy link
Member Author

Choose a reason for hiding this comment

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

Oh, its this deeky issue with java11 and gradle. If you dont do that, Gradle doesnt work correctly. Can't remember the exact issue

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

Successfully merging this pull request may close these issues.

2 participants