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

Ensure that we build only with java 1.7 #473

Merged
merged 1 commit into from Oct 24, 2016

Conversation

william-richard
Copy link
Contributor

Every time I release collins, I build it with the wrong version of java.

I'm updating the package.sh script to require that you build with 1.7, just so I don't keep making this mistake on releases.

@tumblr/collins

@@ -14,7 +14,7 @@ RUN apt-get update && \
unzip -q ./activator.zip && \
cd collins && \
java -version 2>&1 && \
Copy link
Contributor

Choose a reason for hiding this comment

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

this java -version check seems weird/wrong since it will ignore the rest of the command instead of aborting

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, I think that was just added for debugging purposes. @byxorna would be able to tell us for sure though 😄

@william-richard william-richard force-pushed the will-restrict-package.sh-java-version branch from bc23869 to 22c0f0f Compare September 26, 2016 18:19
@william-richard
Copy link
Contributor Author

bump @tumblr/collins

@byxorna
Copy link
Contributor

byxorna commented Oct 17, 2016

LGTM, but i apparently cant give a 👍 ?

@william-richard william-richard merged commit 866e1f5 into master Oct 24, 2016
@william-richard william-richard deleted the will-restrict-package.sh-java-version branch October 24, 2016 15:57
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.

None yet

3 participants