Skip to content

Avoid moreTest task on gradle build -x test build #299

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

Closed
wants to merge 1 commit into from

Conversation

fvasco
Copy link
Contributor

@fvasco fvasco commented Mar 22, 2018

Allow build without test if JDK_16 environment variable is not set ( #291)

@elizarov
Copy link
Contributor

I've tried doing it like this. The problem is that you loose ability to use Gradle test runner IDEA properly and otherwise run single test from Gradle, because with this change gradle test --tests <test-name> runs both test and moreTest. I don't know a workaround, so I've defined moreTest. The downside is that if you want to run w/o tests you have to do grade build -x test -x moreTest

@qwwdfsad
Copy link
Member

qwwdfsad commented Oct 31, 2018

Current workaround is to make JDK_16 point to JDK_HOME, updated readme

@qwwdfsad qwwdfsad closed this Oct 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants