-
Notifications
You must be signed in to change notification settings - Fork 2
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
Tests do not run under gradle 3.1. #3
Comments
Have a look at the latest master and see if you can reproduce the problem. It now contains gradleTest 1.0-beta4 and has been tested up to Gradle 3.1. |
BTW if you see |
The problem still persists. The problem is not using gradle 3.1 as one of the versions for the plugin to be tested under while using gradle 2.14 to execute the build of gradle-mirah-plugin. |
Right, so I am missing something here. I've just tested on a Mac with
The question thus is what is different on your system. |
Oh, the problem is even more wicked:
So everything is ok? However:
So the problem may be related to some dependency not being built. But that problem applies only to certain gradle versions? |
Nice!. Thx for finding that one. I'll investigate. |
OK. sligtly subtle. I have updated the build to ensure P.S. At this point I have to think whether this is something worth fixing in |
While the build itself works, the tests do not. See this branch https://github.com/felixvf/gradle-mirah-plugin/tree/fix_gradle_3_incompatibility and this build log https://travis-ci.org/felixvf/gradle-mirah-plugin/builds/175296216 . As you (@ysb33r) are also the maintainer of gradleTest, you may know best where and how to fix this.
The text was updated successfully, but these errors were encountered: