Giter Club home page Giter Club logo

Comments (9)

pjakubczyk avatar pjakubczyk commented on July 20, 2024

Thanks a lot for outstanding job :)

I will play more with your project v. soon but atm i see problems with java8. did you compiled the plugin using jdk8?

from robospock.

Centril avatar Centril commented on July 20, 2024

Thanks a bunch =)

Indeed I did - what exactly is the problem? A stack trace perhaps?
Didn't think that there'd be a problem compiling the plugin it self in jdk8 since it uses Groovy for everything anyways =)

from robospock.

pjakubczyk avatar pjakubczyk commented on July 20, 2024

I'd compile with jdk7 since android uses it, jdk8 is not recommended especially for M$ users.

from robospock.

Centril avatar Centril commented on July 20, 2024

Btw, how did you even see that I've compiled with jdk8? There's no mention of jdk8 in the source code anywhere of my project =) I'm using Win8 myself (sadly) and jdk8 and have no problems...

My JAVA_HOME = %SDK%\java\jdk1.8.0_20 since I make non-android projects...

What problems could arise from compiling with jdk8 (given that Gradle uses groovy...) And how do I resolve this without changing my JAVA_HOME?

from robospock.

thoutbeckers avatar thoutbeckers commented on July 20, 2024

You can compile with Java 8 but you'd have to set a target of Java 7 in order for people with a Java 7 runtime environment to use your plugin.

You can do this by applying these gradle rules to your projects:

sourceCompatibility = 1.7
targetCompatibility = 1.7

from robospock.

Centril avatar Centril commented on July 20, 2024

Fixed in 0.2.1.

Once Gradle 2.2 is released, and the android plugin supports it, I'll release the first major v1 of the project as it requires fixing a bug in Gradle (applying groovy plugin in afterEvaluate...).

Would be great if the plugin was referenced in the README.md of this repo so people can set up robospock easily, and not just myself =)

from robospock.

pjakubczyk avatar pjakubczyk commented on July 20, 2024

@Centril thanks for quick update. I check in the morning if it works my projects since I'd like to be sure if I understand the plugin. Of course once it's tested I will update the readme file!

from robospock.

DerSchimi avatar DerSchimi commented on July 20, 2024

good job, can't wait to test it ;)

from robospock.

pjakubczyk avatar pjakubczyk commented on July 20, 2024

I think it's not valid since google add support to their official plugin

from robospock.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.