jponge / vertx-boot

An Eclipse Vert.x verticle to boot an application from HOCON configuration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vert.x Boot 1.1.2 does not work with JDK8

tsegismont opened this issue · comments

Vert.x Boot is used in Vert.x Starter. After upgrading to Vert.x Boot 1.1.2 I got:

   > Could not resolve io.github.jponge:vertx-boot:1.1.2.
     Required by:
         project :
      > No matching variant of io.github.jponge:vertx-boot:1.1.2 was found. The consumer was configured to find an API of a library compatible with Java 8, preferably in the form of class files, and its dependencies declared externally but:
          - Variant 'apiElements' capability io.github.jponge:vertx-boot:1.1.2 declares an API of a library, packaged as a jar, and its dependencies declared externally:
              - Incompatible because this component declares a component compatible with Java 11 and the consumer needed a component compatible with Java 8
          - Variant 'runtimeElements' capability io.github.jponge:vertx-boot:1.1.2 declares a runtime of a library, packaged as a jar, and its dependencies declared externally:
              - Incompatible because this component declares a component compatible with Java 11 and the consumer needed a component compatible with Java 8

I guess it has been built with JDK11