Code Monkey home page Code Monkey logo

Comments (11)

mttkay avatar mttkay commented on August 19, 2024

Yep, we're working on the final build set up on a branch: #10

from rxandroid.

Dorvaryn avatar Dorvaryn commented on August 19, 2024

I'm currently building a PR for some code that we created at Novoda that would fit in RxAndroid. I'm trying to add some more tests and I can't seem to be able to run them with the gradle issue. Any ideas ?

from rxandroid.

mttkay avatar mttkay commented on August 19, 2024

Should be fixed in f80dd5f

Could you pull and retry?

from rxandroid.

Dorvaryn avatar Dorvaryn commented on August 19, 2024

Working but I'm hitting another issue, seems like the version of nebula scm plugin is using some jdk7 bytecode

Caused by: java.lang.UnsupportedClassVersionError: nebula/plugin/info/scm/ScmInfoProvider : Unsupported major.minor version 51.0
at nebula.plugin.info.scm.ScmInfoPlugin.$getStaticMetaClass(ScmInfoPlugin.groovy)

from rxandroid.

mttkay avatar mttkay commented on August 19, 2024

When are you getting this? It builds fine on Travis and on my machine

from rxandroid.

Dorvaryn avatar Dorvaryn commented on August 19, 2024

When trying ./gradlew clean build

from rxandroid.

mttkay avatar mttkay commented on August 19, 2024

Yeah I had javac set to JDK7, I see the error now when switching to Java 6

from rxandroid.

mttkay avatar mttkay commented on August 19, 2024

@quidryan do some or all of the Nebula plugins require JDK7?

18:15:56.139 [ERROR] [org.gradle.BuildExceptionReporter] Caused by: java.lang.UnsupportedClassVersionError: nebula/plugin/info/scm/ScmInfoProvider : Unsupported major.minor version 51.0
18:15:56.139 [ERROR] [org.gradle.BuildExceptionReporter]    at nebula.plugin.info.scm.ScmInfoPlugin.$getStaticMetaClass(ScmInfoPlugin.groovy)
18:15:56.140 [ERROR] [org.gradle.BuildExceptionReporter]    at nebula.plugin.info.scm.ScmInfoPlugin.<init>(ScmInfoPlugin.groovy)
18:15:56.140 [ERROR] [org.gradle.BuildExceptionReporter]    at org.gradle.api.internal.DependencyInjectingInstantiator.newInstance(DependencyInjectingInstantiator.java:62)
18:15:56.140 [ERROR] [org.gradle.BuildExceptionReporter]    at org.gradle.api.internal.plugins.DefaultPluginRegistry.loadPlugin(DefaultPluginRegistry.java:65)
18:15:56.140 [ERROR] [org.gradle.BuildExceptionReporter]    ... 58 more

from rxandroid.

quidryan avatar quidryan commented on August 19, 2024

Yes, a few of them have been compiled against Java 7. Mostly by accident,
they don't use any Java 6 code.

On Thu, Sep 18, 2014 at 9:17 AM, Matthias Käppler [email protected]
wrote:

@quidryan https://github.com/quidryan do some or all of the Nebula
plugins require JDK7?

18:15:56.139 [ERROR] [org.gradle.BuildExceptionReporter] Caused by: java.lang.UnsupportedClassVersionError: nebula/plugin/info/scm/ScmInfoProvider : Unsupported major.minor version 51.0
18:15:56.139 [ERROR] [org.gradle.BuildExceptionReporter] at nebula.plugin.info.scm.ScmInfoPlugin.$getStaticMetaClass(ScmInfoPlugin.groovy)
18:15:56.140 [ERROR] [org.gradle.BuildExceptionReporter] at nebula.plugin.info.scm.ScmInfoPlugin.(ScmInfoPlugin.groovy)
18:15:56.140 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.DependencyInjectingInstantiator.newInstance(DependencyInjectingInstantiator.java:62)
18:15:56.140 [ERROR] [org.gradle.BuildExceptionReporter] at org.gradle.api.internal.plugins.DefaultPluginRegistry.loadPlugin(DefaultPluginRegistry.java:65)
18:15:56.140 [ERROR] [org.gradle.BuildExceptionReporter] ... 58 more


Reply to this email directly or view it on GitHub
#14 (comment).

from rxandroid.

mttkay avatar mttkay commented on August 19, 2024

Would it be a big hassle to recompile them to language level 6?

Otherwise we'd have to force JDK7 on all Android devs. While it's been supported in the Android tool chain since a while now, not everyone might have made the switch. (At SoundCloud we've only made the switch a week ago)

from rxandroid.

benjchristensen avatar benjchristensen commented on August 19, 2024

gradle-wrapper added

from rxandroid.

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.